Fixed an issue where specifying empty strings for prefix or suffix would be ignored preventing using those to override a different style.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D129070
[clang-tidy] Fixed an issue in readability-identifier-naming not using options specified. ClosedPublic Authored by njames93 on Jul 4 2022, 3:29 AM.
Details Summary Fixed an issue where specifying empty strings for prefix or suffix would be ignored preventing using those to override a different style.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 18 2023, 3:02 AM Closed by commit rG3ed40ac90ce8: [clang-tidy] Fixed an issue in readability-identifier-naming not using options… (authored by njames93, committed by PiotrZSL). · Explain WhyMar 18 2023, 8:59 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 442058 clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h
clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming-empty-options.cpp
|