[all-commits] [llvm/llvm-project] 2aa22c: [libc] suppress readability-identifier-naming for ...
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Tue Mar 5 08:17:39 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2aa22ca2ca4c7cd709665624ccc51be4676c6fd3
https://github.com/llvm/llvm-project/commit/2aa22ca2ca4c7cd709665624ccc51be4676c6fd3
Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
Date: 2024-03-05 (Tue, 05 Mar 2024)
Changed paths:
M libc/src/__support/UInt.h
M libc/src/string/memory_utils/op_generic.h
Log Message:
-----------
[libc] suppress readability-identifier-naming for std::numeric_limits interfaces (#83921)
These templates are made to match the ergonomics of std::numeric_limits.
Because our style for constexpr variables is ALL_CAPS, we must silence the
linter for these manually.
Link:
https://clang.llvm.org/extra/clang-tidy/#suppressing-undesired-diagnostics
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