[PATCH] D52529: [Frontend] Delete -print-decl-contexts
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 1 15:18:08 PDT 2018
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/Coverage/ast-printing.c:7
-// RUN: %clang_cc1 -ast-dump-all %s
-// RUN: %clang_cc1 -print-decl-contexts %s
-
----------------
Please reinstate this file and only remove the one `RUN:` line that tests `-print-decl-contexts`.
================
Comment at: test/Coverage/ast-printing.cpp:7
-// 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
----------------
Likewise here.
Repository:
rC Clang
https://reviews.llvm.org/D52529
More information about the cfe-commits
mailing list