commit | 65ebd13f4185681b572b4ccd62d6dff33eec511c | [log] [tgz] |
---|---|---|
author | Fangrui Song <maskray@google.com> | Wed Oct 03 03:50:44 2018 +0000 |
committer | Fangrui Song <maskray@google.com> | Wed Oct 03 03:50:44 2018 +0000 |
tree | 4c68d50c25da8a45fb00507239cb13af54a83163 | |
parent | 3d76d3605989238c839c5510b1adc6d013b3db47 [diff] |
[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