Skip to content

Commit be4e768

Browse files
authored
Merge pull request #5923 from diffblue/c_expr_h
Introduce ansi-c/c_expr.h
2 parents d7b9787 + 13ddc84 commit be4e768

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

scripts/expected_doxygen_warnings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ warning: Included by graph for 'namespace.h' not generated, too many nodes (110)
3434
warning: Included by graph for 'pointer_expr.h' not generated, too many nodes (116), threshold is 60. Consider increasing DOT_GRAPH_MAX_NODES.
3535
warning: Included by graph for 'prefix.h' not generated, too many nodes (85), threshold is 60. Consider increasing DOT_GRAPH_MAX_NODES.
3636
warning: Included by graph for 'simplify_expr.h' not generated, too many nodes (79), threshold is 60. Consider increasing DOT_GRAPH_MAX_NODES.
37-
warning: Included by graph for 'std_code.h' not generated, too many nodes (78), threshold is 60. Consider increasing DOT_GRAPH_MAX_NODES.
37+
warning: Included by graph for 'std_code.h' not generated, too many nodes (79), threshold is 60. Consider increasing DOT_GRAPH_MAX_NODES.
3838
warning: Included by graph for 'std_expr.h' not generated, too many nodes (241), threshold is 60. Consider increasing DOT_GRAPH_MAX_NODES.
3939
warning: Included by graph for 'std_types.h' not generated, too many nodes (96), threshold is 60. Consider increasing DOT_GRAPH_MAX_NODES.
4040
warning: Included by graph for 'symbol_table.h' not generated, too many nodes (95), threshold is 60. Consider increasing DOT_GRAPH_MAX_NODES.

src/ansi-c/c_expr.h

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*******************************************************************\
2+
3+
Module: API to expression classes that are internal to the C frontend
4+
5+
Author: Daniel Kroening, [email protected]
6+
7+
\*******************************************************************/
8+
9+
#ifndef CPROVER_ANSI_C_C_EXPR_H
10+
#define CPROVER_ANSI_C_C_EXPR_H
11+
12+
/// \file ansi-c/c_expr.h
13+
/// API to expression classes that are internal to the C frontend
14+
15+
#include <util/std_code.h>
16+
17+
#endif // CPROVER_ANSI_C_C_EXPR_H

0 commit comments

Comments
 (0)