[PATCH] D91918: Remove the IgnoreImplicitCastsAndParentheses traversal kind
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 23 05:51:00 PST 2020
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from a documentation request, thank you for this cleanup!
================
Comment at: clang/docs/ReleaseNotes.rst:237
+- The TK_IgnoreImplicitCastsAndParentheses traversal kind was removed. It
+ is recommended to use TK_IgnoreUnlessSpelledInSource instead.
----------------
Can you add a similar note in clang-tools-extra/docs/ReleaseNotes.rst for the change in clang-query?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91918/new/
https://reviews.llvm.org/D91918
More information about the cfe-commits
mailing list