diff options
| author | Stephen Kelly <steveire@gmail.com> | 2019-01-18 22:15:13 +0000 |
|---|---|---|
| committer | Stephen Kelly <steveire@gmail.com> | 2019-01-18 22:15:13 +0000 |
| commit | 44283aa4851de62387adfab7b115244ffbea5601 (patch) | |
| tree | ecf40e079626dd2fc4d2ef4d72c27167f74b283d | |
| parent | 1e07f4e2e71e1a582582755e578078dbe1b216ab (diff) | |
| download | bcm5719-llvm-44283aa4851de62387adfab7b115244ffbea5601.tar.gz bcm5719-llvm-44283aa4851de62387adfab7b115244ffbea5601.zip | |
[ASTDump] Add test for current AST dump behavior
llvm-svn: 351606
| -rw-r--r-- | clang/test/AST/ast-dump-undeserialized.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/AST/ast-dump-undeserialized.cpp b/clang/test/AST/ast-dump-undeserialized.cpp new file mode 100644 index 00000000000..12fccf4a05d --- /dev/null +++ b/clang/test/AST/ast-dump-undeserialized.cpp @@ -0,0 +1,4 @@ +// RUN: %clang_cc1 %s -chain-include %s -ast-dump | FileCheck -strict-whitespace %s + +// CHECK: TranslationUnitDecl 0x{{.+}} <<invalid sloc>> <invalid sloc> +// CHECK: `-<undeserialized declarations> |

