[clang-tools-extra] [clang-tidy] add misc-constexpr check (PR #146553)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 1 09:59:48 PDT 2025
================
@@ -270,6 +270,10 @@ Changes in existing checks
excluding variables with ``thread_local`` storage class specifier from being
matched.
+- Added :doc:`modernize-use-constexpr
----------------
vbvictor wrote:
Also, synced with first sentence in docs.
https://github.com/llvm/llvm-project/pull/146553
More information about the cfe-commits
mailing list