[clang-tools-extra] [clang-tidy] add modernize-use-constexpr check (PR #146553)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 2 07:04:20 PDT 2025


================
@@ -0,0 +1,64 @@
+.. title:: clang-tidy - modernize-use-constexpr
+
+modernize-use-constexpr
+=======================
+
+Finds functions and variables that can be declared 'constexpr'.
----------------
EugeneZelenko wrote:

```suggestion
Finds functions and variables that can be declared '`constexpr'`.
```

https://github.com/llvm/llvm-project/pull/146553


More information about the cfe-commits mailing list