[PATCH] D97806: [clang-query] Fix help text after D91918
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 2 14:08:35 PST 2021
njames93 created this revision.
njames93 added a reviewer: aaron.ballman.
njames93 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
After rG5e1801813d93210acae84ff3c68a01512c2df9bc <https://reviews.llvm.org/rG5e1801813d93210acae84ff3c68a01512c2df9bc> The help command still lists IgnoreImplicitCastsAndParentheses as a valid option.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D97806
Files:
clang-tools-extra/clang-query/Query.cpp
Index: clang-tools-extra/clang-query/Query.cpp
===================================================================
--- clang-tools-extra/clang-query/Query.cpp
+++ clang-tools-extra/clang-query/Query.cpp
@@ -48,8 +48,6 @@
" AsIs "
"Print and match the AST as clang sees it. This mode is the "
"default.\n"
- " IgnoreImplicitCastsAndParentheses "
- "Omit implicit casts and parens in matching and dumping.\n"
" IgnoreUnlessSpelledInSource "
"Omit AST nodes unless spelled in the source.\n"
" set output <feature> "
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97806.327585.patch
Type: text/x-patch
Size: 637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210302/2a9400d2/attachment.bin>
More information about the cfe-commits
mailing list