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.
Paths
| Differential D116824
[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 TimelineThis revision is now accepted and ready to land.Jan 8 2022, 8:14 PM Closed by commit rG988c3f5f9692: [clang-tidy] Fix RenamerClangTidyChecks suggesting invalid macro identifiers (authored by logan-5). · Explain WhyJan 10 2022, 10:35 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 398692 clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/bugprone-reserved-identifier.cpp
|