Add Leading_upper_snake_case to IdentifierNamingCheck naming convention.
Fixes #42451
Paths
| Differential D158787
[clang-tidy][readability] add Leading_upper_snake_case ClosedPublic Authored by MasterCopy8GB on Aug 24 2023, 3:19 PM.
Details Summary Add Leading_upper_snake_case to IdentifierNamingCheck naming convention. Fixes #42451
Diff Detail
Event TimelineComment Actions
MasterCopy8GB retitled this revision from llvm-project/issues/42451 to [clang-tidy].Aug 24 2023, 3:40 PM MasterCopy8GB retitled this revision from [clang-tidy] to [clang-tidy][readability] add Leading_upper_snake_case.Aug 24 2023, 4:06 PM
Eugene.Zelenko edited reviewers, added: PiotrZSL, carlosgalvezp; removed: llvm-commits.Aug 25 2023, 7:40 AM MasterCopy8GB retitled this revision from [clang-tidy][readability] add Leading_upper_snake_case to [clang-tidy][readability] add Leading_upper_snake_case issue 42451.Aug 25 2023, 8:02 AM Comment Actions Upload full path to avoid "Context not available."
PiotrZSL retitled this revision from [clang-tidy][readability] add Leading_upper_snake_case issue 42451 to [clang-tidy][readability] add Leading_upper_snake_case.Aug 25 2023, 9:38 AM
This revision is now accepted and ready to land.Aug 25 2023, 1:15 PM Comment Actions Hello @PiotrZSL, I do not have rights to commit to the LLVM repository. Could you please commit these changes for me? Thank you for all of your time and effort! Comment Actions
Under which user ? Name / Email ? Comment Actions
MasterCopy8GB / gdayman007@hotmail.com Please Closed by commit rGf0e2a5e260c2: [clang-tidy][readability] add Leading_upper_snake_case (authored by MasterCopy8GB, committed by PiotrZSL). · Explain WhyAug 28 2023, 12:56 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 554022 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/docs/clang-tidy/checks/readability/identifier-naming.rst
clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming-case-violation.cpp
clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming.cpp
|
Wrong section, add it under "Changes in existing checks".
Leading_upper_snake_case -> Leading_upper_snake_case.
allow for -> support