diff options
author | Fangrui Song <maskray@google.com> | 2018-10-03 03:50:44 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2018-10-03 03:50:44 +0000 |
commit | 65ebd13f4185681b572b4ccd62d6dff33eec511c (patch) | |
tree | 4c68d50c25da8a45fb00507239cb13af54a83163 /clang/test/Coverage/ast-printing.cpp | |
parent | 3d76d3605989238c839c5510b1adc6d013b3db47 (diff) | |
download | bcm5719-llvm-65ebd13f4185681b572b4ccd62d6dff33eec511c.tar.gz bcm5719-llvm-65ebd13f4185681b572b4ccd62d6dff33eec511c.zip |
[Frontend] Delete -print-decl-contexts
Summary: Its job is covered by -ast-dump. The option is rarely used and lacks many AST nodes which will lead to llvm_unreachable() crash.
Reviewers: rsmith, arphaman
Reviewed By: rsmith
Subscribers: jfb, cfe-commits
Differential Revision: https://reviews.llvm.org/D52529
llvm-svn: 343660
Diffstat (limited to 'clang/test/Coverage/ast-printing.cpp')
-rw-r--r-- | clang/test/Coverage/ast-printing.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Coverage/ast-printing.cpp b/clang/test/Coverage/ast-printing.cpp index bcd78be7d05..948b67eec6b 100644 --- a/clang/test/Coverage/ast-printing.cpp +++ b/clang/test/Coverage/ast-printing.cpp @@ -4,7 +4,6 @@ // RUN: diff %t.1.cpp %t.2.cpp // RUN: %clang_cc1 -std=c++14 -ast-dump %s // RUN: %clang_cc1 -std=c++14 -ast-dump-all %s -// RUN: %clang_cc1 -std=c++14 -print-decl-contexts %s // RUN: %clang_cc1 -std=c++14 -fdump-record-layouts %s #include "cxx-language-features.inc" |