File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ void __CPROVER_initialize(void);
38
38
void __CPROVER_cover (__CPROVER_bool condition );
39
39
#endif
40
40
41
- // NOLINTNEXTLINE(build/deprecated)
42
41
void __CPROVER_printf (const char * format , ...);
43
42
void __CPROVER_input (const char * id , ...);
44
43
void __CPROVER_output (const char * id , ...);
@@ -153,15 +152,10 @@ __CPROVER_bool __CPROVER_get_may(const void *, const char *);
153
152
#define __CPROVER_danger_number_of_consts 1
154
153
155
154
// detect overflow
156
- // NOLINTNEXTLINE(build/deprecated)
157
155
__CPROVER_bool __CPROVER_overflow_minus ();
158
- // NOLINTNEXTLINE(build/deprecated)
159
156
__CPROVER_bool __CPROVER_overflow_mult ();
160
- // NOLINTNEXTLINE(build/deprecated)
161
157
__CPROVER_bool __CPROVER_overflow_plus ();
162
- // NOLINTNEXTLINE(build/deprecated)
163
158
__CPROVER_bool __CPROVER_overflow_shl ();
164
- // NOLINTNEXTLINE(build/deprecated)
165
159
__CPROVER_bool __CPROVER_overflow_unary_minus ();
166
160
167
161
#endif // CPROVER_ANSI_C_LIBRARY_CPROVER_H
Original file line number Diff line number Diff line change @@ -22,9 +22,7 @@ void __CPROVER_assume(__CPROVER_bool assumption) __attribute__((__noreturn__));
22
22
void __CPROVER_assert (__CPROVER_bool assertion , const char * description );
23
23
void __CPROVER_precondition (__CPROVER_bool assertion , const char * description );
24
24
25
- // NOLINTNEXTLINE(build/deprecated)
26
25
void __CPROVER_input (const char * description , ...);
27
- // NOLINTNEXTLINE(build/deprecated)
28
26
void __CPROVER_output (const char * description , ...);
29
27
30
28
// concurrency-related
You can’t perform that action at this time.
0 commit comments