We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144e3e5 commit e66bf9eCopy full SHA for e66bf9e
src/linking/static_lifetime_init.cpp
@@ -63,12 +63,13 @@ void static_lifetime_init(
63
continue;
64
65
// special values
66
- if(identifier==CPROVER_PREFIX "constant_infinity_uint" ||
67
- identifier==CPROVER_PREFIX "memory" ||
68
- identifier=="__func__" ||
69
- identifier=="__FUNCTION__" ||
70
- identifier=="__PRETTY_FUNCTION__")
+ if(
+ identifier == CPROVER_PREFIX "constant_infinity_uint" ||
+ identifier == CPROVER_PREFIX "memory" || identifier == "__func__" ||
+ identifier == "__FUNCTION__" || identifier == "__PRETTY_FUNCTION__")
+ {
71
72
+ }
73
74
// just for linking
75
if(has_prefix(id, CPROVER_PREFIX "architecture_"))
0 commit comments