This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Fix RenamerClangTidyChecks suggesting invalid macro identifiers
ClosedPublic

Authored by logan-5 on Jan 7 2022, 10:27 AM.

Details

Summary

This behavior was fixed for regular identifiers in 9f3edc323a88c1a179a0a5a9dc9a87a2964c0d48, but the same fix was not applied to macro fixits.

This addresses https://github.com/llvm/llvm-project/issues/52895.

Diff Detail

Event Timeline

logan-5 created this revision.Jan 7 2022, 10:27 AM
logan-5 requested review of this revision.Jan 7 2022, 10:27 AM
njames93 accepted this revision.Jan 8 2022, 8:14 PM

LGTM, Thanks. Don't know how I missed this one last time round.

This revision is now accepted and ready to land.Jan 8 2022, 8:14 PM