[all-commits] [llvm/llvm-project] d63983: [clang-tidy] Add more constexpr options to `readab...
Alex White via All-commits
all-commits at lists.llvm.org
Mon Oct 27 19:54:55 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d63983b2c47befd34121de19320a778b97e5c520
https://github.com/llvm/llvm-project/commit/d63983b2c47befd34121de19320a778b97e5c520
Author: Alex White <milkeeycat at gmail.com>
Date: 2025-10-28 (Tue, 28 Oct 2025)
Changed paths:
M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/readability/identifier-naming.rst
M clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming.cpp
Log Message:
-----------
[clang-tidy] Add more constexpr options to `readability-identifier-naming` (#162160)
Add more constexpr options to `readability-identifier-naming` check such
as:
- `ClassConstexpr*`
- `GlobalConstexprVariable*`
- `LocalConstexprVariable*`
- `StaticConstexprVariable*`
closes #54110
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list