[clang-tools-extra] [clang-tidy] add modernize-use-constexpr check (PR #146553)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 9 14:44:37 PDT 2025
================
@@ -0,0 +1,1038 @@
+//===--- UseConstexprCheck.cpp - clang-tidy--------------------------------===//
----------------
EugeneZelenko wrote:
```suggestion
//===----------------------------------------------------------------------===//
```
https://github.com/llvm/llvm-project/pull/146553
More information about the cfe-commits
mailing list