diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2019-06-21 14:37:39 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2019-06-21 14:37:39 +0000 |
commit | 60294f9d3547e270f7adf9e5972138edbb625966 (patch) | |
tree | ba52576fc2d8b9530fefef4dadaf491a26207112 /clang/test/AST/ast-dump-if-json.cpp | |
parent | 3503d84ae0f614a26d4ad0534f2b61c38f3cde1c (diff) | |
download | bcm5719-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-if-json.cpp')
-rw-r--r-- | clang/test/AST/ast-dump-if-json.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/AST/ast-dump-if-json.cpp b/clang/test/AST/ast-dump-if-json.cpp index 1d103292118..49d711ab887 100644 --- a/clang/test/AST/ast-dump-if-json.cpp +++ b/clang/test/AST/ast-dump-if-json.cpp @@ -26,6 +26,9 @@ void func(int val) { ; } +// NOTE: CHECK lines have been autogenerated by gen_ast_dump_json_test.py +// using --filters=IfStmt + // CHECK: "kind": "IfStmt", // CHECK-NEXT: "range": { |