[PATCH] D128314: [Clang-tidy] Fixing bugs in clang-tidy infinite-loop checker

2022-06-22 Thread Nathan James via Phabricator via cfe-commits
njames93 added a comment. Can this patch be split in two, it seems strange to be fixing 2 unrelated bugs in one patch. One fix for the ObjC nodes and another for the patch for the static local variables. Also please can you run git clang-format over this patch. Comment at: c

[PATCH] D128314: [Clang-tidy] Fixing bugs in clang-tidy infinite-loop checker

2022-06-21 Thread Ziqing Luo via Phabricator via cfe-commits
ziqingluo-90 created this revision. ziqingluo-90 added reviewers: NoQ, t-rasmud, usama54321, rsundahl, yln, kubamracek, krispy1994, jkorous, delcypher, chrisdangelo, thetruestblue, dcoughlin, aaron.ballman, alexfh, gribozavr, njames93, LegalizeAdulthood. Herald added subscribers: carlosgalvezp, x