summaryrefslogtreecommitdiffstats
path: root/clang/test/AST/ast-dump-macro-json.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/AST/ast-dump-macro-json.c')
-rw-r--r--clang/test/AST/ast-dump-macro-json.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/AST/ast-dump-macro-json.c b/clang/test/AST/ast-dump-macro-json.c
index 14b88adcfaa..43a9df0fd6c 100644
--- a/clang/test/AST/ast-dump-macro-json.c
+++ b/clang/test/AST/ast-dump-macro-json.c
@@ -16,6 +16,9 @@ void BING(quux)(void);
void BLAP(foo, __COUNTER__)(void);
void BLAP(foo, __COUNTER__)(void);
+// NOTE: CHECK lines have been autogenerated by gen_ast_dump_json_test.py
+// using --filters=FunctionDecl
+
// CHECK: "kind": "FunctionDecl",
// CHECK-NEXT: "loc": {
OpenPOWER on IntegriCloud