================ @@ -216,6 +216,11 @@ New checks Finds virtual function overrides with different visibility than the function in the base class. +- New :doc:`modernize-use-constexr + <clang-tidy/checks/modernize/use-constexpr>` check. + + 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/162741 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
