[PATCH] D119477: Ignore FullExpr when traversing cast sub-expressions

Kim Gräsman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 27 04:18:04 PST 2022


kimgr added a comment.

I have a local branch with both D119476 <https://reviews.llvm.org/D119476> and this patch.

- Rebased on latest main (853ca5472314e109b98e46f0985f27f79e17d2bd <https://reviews.llvm.org/rG853ca5472314e109b98e46f0985f27f79e17d2bd>)
- Ran `ninja check-clang` and `ninja tools/clang/unittests/Tooling/ToolingTests && tools/clang/unittests/Tooling/ToolingTests` without issue

I did some integration testing with D119095 <https://reviews.llvm.org/D119095> and could not find any conflict. More detail on that differential.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119477/new/

https://reviews.llvm.org/D119477



More information about the cfe-commits mailing list