summaryrefslogtreecommitdiffstats
path: root/clang/test/AST/ast-dump-macro-json.c
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2019-06-21 14:37:39 +0000
committerAaron Ballman <aaron@aaronballman.com>2019-06-21 14:37:39 +0000
commit60294f9d3547e270f7adf9e5972138edbb625966 (patch)
treeba52576fc2d8b9530fefef4dadaf491a26207112 /clang/test/AST/ast-dump-macro-json.c
parent3503d84ae0f614a26d4ad0534f2b61c38f3cde1c (diff)
downloadbcm5719-llvm-60294f9d3547e270f7adf9e5972138edbb625966.tar.gz
bcm5719-llvm-60294f9d3547e270f7adf9e5972138edbb625966.zip
Add an automated note to files produced by gen_ast_dump_json_test.py.
This also details what filters, if any, were used to generate the test output. Updates all the current JSON testing files to include the automated note. llvm-svn: 364055
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