[PATCH] D52529: [Frontend] Delete -print-decl-contexts

2018-10-02 Thread Fangrui Song via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL343660: [Frontend] Delete -print-decl-contexts (authored by MaskRay, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.org/D52529?vs=167842&id=168070

[PATCH] D52529: [Frontend] Delete -print-decl-contexts

2018-10-01 Thread Fangrui Song via Phabricator via cfe-commits
MaskRay marked 3 inline comments as done. MaskRay added a comment. In https://reviews.llvm.org/D52529#1251760, @rsmith wrote: > Looks good to me. Please first mail cfe-dev announcing this change and wait a > day or so for anyone using this feature to speak up before committing. Thanks! Sent ou

[PATCH] D52529: [Frontend] Delete -print-decl-contexts

2018-10-01 Thread Fangrui Song via Phabricator via cfe-commits
MaskRay updated this revision to Diff 167842. MaskRay added a comment. Coverage/ast-printing.{c,cpp} contain other dumping tests. Don't delete them Repository: rC Clang https://reviews.llvm.org/D52529 Files: include/clang/Driver/CC1Options.td include/clang/Frontend/ASTConsumers.h inclu

[PATCH] D52529: [Frontend] Delete -print-decl-contexts

2018-10-01 Thread Richard Smith - zygoloid via Phabricator via cfe-commits
rsmith accepted this revision. rsmith added a comment. This revision is now accepted and ready to land. Looks good to me. Please first mail cfe-dev announcing this change and wait a day or so for anyone using this feature to speak up before committing. Comment at: test/Coverag

[PATCH] D52529: [Frontend] Delete -print-decl-contexts

2018-10-01 Thread Fangrui Song via Phabricator via cfe-commits
MaskRay updated this revision to Diff 167837. MaskRay retitled this revision from "[Frontend] Simplify -print-decl-contexts with DeclNodes.inc" to "[Frontend] Delete -print-decl-contexts". MaskRay edited the summary of this revision. MaskRay removed a reviewer: clang. MaskRay added a comment. .