Skip to content

Commit e7080aa

Browse files
committed
[clang-query] Fix help text after D91918
After rG5e1801813d93210acae84ff3c68a01512c2df9bc The help command still lists IgnoreImplicitCastsAndParentheses as a valid option. Reviewed By: aaron.ballman, rsmith Differential Revision: https://reviews.llvm.org/D97806
1 parent aa4afeb commit e7080aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang-tools-extra/clang-query/Query.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ bool HelpQuery::run(llvm::raw_ostream &OS, QuerySession &QS) const {
4848
" AsIs "
4949
"Print and match the AST as clang sees it. This mode is the "
5050
"default.\n"
51-
" IgnoreImplicitCastsAndParentheses "
52-
"Omit implicit casts and parens in matching and dumping.\n"
5351
" IgnoreUnlessSpelledInSource "
5452
"Omit AST nodes unless spelled in the source.\n"
5553
" set output <feature> "

0 commit comments

Comments
 (0)