A nested class in a member function can erroneously confuse the the check into thinking that any CXXThisExpr found relate to the outer class, preventing any warnings.
Fix this by not traversing any nested classes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good, release notes need to be corrected (order of checks) (even that it apply without conflicts) and could land.
Test properly fail without fix.