Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, fell free to deliver (to quickly fix crash).
Any improvements could be done later.
clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp | ||
---|---|---|
457 | Most probably this could be done before for, as overridden/cannonical decl should have same naming. | |
clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming-nocrash.cpp | ||
3–5 | i would merge this with some existing test file... |
clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming-nocrash.cpp | ||
---|---|---|
3–5 | yep, tests fails due to lack of CHECK_MESSGAES, merge this with some other test file, main one for example. |
clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp | ||
---|---|---|
457 | Could you do an early return instead? I believe it's clearer. |
Most probably this could be done before for, as overridden/cannonical decl should have same naming.
And looks we get here from VisitMemberExpr.