[PATCH] D128314: [Clang-tidy] Fixing a bug in clang-tidy infinite-loop checker
Ziqing Luo via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 8 14:21:01 PDT 2022
ziqingluo-90 added a comment.
In D128314#3635861 <https://reviews.llvm.org/D128314#3635861>, @njames93 wrote:
> Sorry to do this again, but could this be split up again, one patch for the new matcher and the tests associated with it, then another for the actual bug fix.
> Also cc @klimek as he is the code owner of ASTMatchers
Makes sense. I have created a new review request <https://reviews.llvm.org/D129398> for the ASTMatcher. This patch now depends on it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128314/new/
https://reviews.llvm.org/D128314
More information about the cfe-commits
mailing list