diff options
Diffstat (limited to 'clang/test/AST/ast-dump-record-definition-data-json.cpp')
-rw-r--r-- | clang/test/AST/ast-dump-record-definition-data-json.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/AST/ast-dump-record-definition-data-json.cpp b/clang/test/AST/ast-dump-record-definition-data-json.cpp index 11c44f98293..de2fb86e707 100644 --- a/clang/test/AST/ast-dump-record-definition-data-json.cpp +++ b/clang/test/AST/ast-dump-record-definition-data-json.cpp @@ -124,6 +124,9 @@ struct DoesNotAllowConstDefaultInit { int i; }; +// NOTE: CHECK lines have been autogenerated by gen_ast_dump_json_test.py +// using --filters=CXXRecordDecl + // CHECK: "kind": "CXXRecordDecl", // CHECK-NEXT: "name": "__NSConstantString_tag" |