diff options
author | Stephen Kelly <steveire@gmail.com> | 2019-01-19 09:05:55 +0000 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2019-01-19 09:05:55 +0000 |
commit | 25f18bfd4f5481cd91f09aeb6ed48334940f3e9a (patch) | |
tree | 1d2dcebd23fa21deae64cf07a1e0290092ef79bc /clang/test | |
parent | 2946cd701067404b99c39fb29dc9c74bd7193eb3 (diff) | |
download | bcm5719-llvm-25f18bfd4f5481cd91f09aeb6ed48334940f3e9a.tar.gz bcm5719-llvm-25f18bfd4f5481cd91f09aeb6ed48334940f3e9a.zip |
Move decl context dumping to TextNodeDumper
Summary: Only an obscure case is moved.
Reviewers: aaron.ballman
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D56829
llvm-svn: 351637
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/AST/ast-dump-undeserialized.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/AST/ast-dump-undeserialized.cpp b/clang/test/AST/ast-dump-undeserialized.cpp index 12fccf4a05d..05f4a28e83c 100644 --- a/clang/test/AST/ast-dump-undeserialized.cpp +++ b/clang/test/AST/ast-dump-undeserialized.cpp @@ -1,4 +1,3 @@ // RUN: %clang_cc1 %s -chain-include %s -ast-dump | FileCheck -strict-whitespace %s -// CHECK: TranslationUnitDecl 0x{{.+}} <<invalid sloc>> <invalid sloc> -// CHECK: `-<undeserialized declarations> +// CHECK: TranslationUnitDecl 0x{{.+}} <<invalid sloc>> <invalid sloc> <undeserialized declarations> |