Skip to content

Commit 92bd95a

Browse files
committed
Fix
1 parent 0f1fc17 commit 92bd95a

File tree

1 file changed

+1
-1
lines changed
  • semantics/cpp/language/translation

1 file changed

+1
-1
lines changed

semantics/cpp/language/translation/syntax.k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ module CPP-ABSTRACT-SYNTAX
109109
syntax AType ::= CPPType
110110
| ATypeResult
111111
| ElaboratedTypeSpecifier(Tag, CId, NNS) [symbol]
112-
| ElaboratedTypeSpecifier(Tag, CId, NNS, List) [symbol]
112+
| ElaboratedTypeSpecifier(Tag, CId, NNS, List) // TODO(chathhorn): make symbol
113113
| FunctionPrototype(AType, StrictList, ExceptionSpec, Bool) [strict(1), symbol]
114114
| MethodPrototype(Bool, Bool, AType, AType) [strict(3, 4), symbol]
115115
| StaticMethodPrototype(AType) [strict, symbol]

0 commit comments

Comments
 (0)