We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f240f00 commit 0f1fc17Copy full SHA for 0f1fc17
1 file changed
semantics/cpp/language/translation/syntax.k
@@ -120,7 +120,7 @@ module CPP-ABSTRACT-SYNTAX
120
| PointerType(AType) [strict, symbol]
121
| MemberPointerType(AType, AType) [strict, symbol]
122
| ArrayType(AType, Int) [strict(1), symbol]
123
- | ArrayType(AType, AExpr) [strict(1), symbol]
+ | ArrayType(AType, AExpr) [strict(1)]
124
| TypedefType(CId) [symbol]
125
| QualifiedTypeName(Tag, NNS, AType) [symbol]
126
| Decltype(Expr) [symbol]
0 commit comments