File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -709,13 +709,6 @@ def build_test_case(self):
709
709
res += "\n #endif\n "
710
710
return res
711
711
712
-
713
- # FIXME: add support in the html gen script to differentiate between overloads examples
714
-
715
- # FIXME: should verify that all polymorphic ast nodes have a test
716
- # FIXME: better diag messages during parsing, user does not need to know about parsing contexts
717
-
718
-
719
712
class ParsingContext (Enum ):
720
713
NoneCtx = 0
721
714
Code = 1
@@ -1163,5 +1156,9 @@ def main():
1163
1156
exit (1 )
1164
1157
1165
1158
1159
+ # FIXME: add support in the html gen script to differentiate between overloads examples
1160
+ # FIXME: should verify that all polymorphic ast nodes have a test
1161
+
1162
+
1166
1163
if __name__ == "__main__" :
1167
1164
main ()
You can’t perform that action at this time.
0 commit comments