This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGe7080aa22533: [clang-query] Fix help text after D91918 (authored by njames93).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D97806/new/ 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> "
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> "
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits