Skip to content

Commit 3318063

Browse files
committed
move some FIXME's to the main function
1 parent 568fba4 commit 3318063

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

clang/utils/generate_ast_matcher_doc_tests.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -709,13 +709,6 @@ def build_test_case(self):
709709
res += "\n#endif\n"
710710
return res
711711

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-
719712
class ParsingContext(Enum):
720713
NoneCtx = 0
721714
Code = 1
@@ -1163,5 +1156,9 @@ def main():
11631156
exit(1)
11641157

11651158

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+
11661163
if __name__ == "__main__":
11671164
main()

0 commit comments

Comments
 (0)