We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5a359 commit 25b5339Copy full SHA for 25b5339
src/util/symbol.cpp
@@ -152,7 +152,8 @@ bool symbolt::is_well_formed() const
152
// Typedefs
153
if(type.find(ID_C_typedef).is_not_nil())
154
{
155
- // FIXME: Is there an additional check that can be made here, like for tag types below?
+ // FIXME: Is there an additional check that can be made here,
156
+ // like for tag types below?
157
criterion_must_hold = false;
158
}
159
0 commit comments