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

Sean McBride via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 9 14:48:51 PDT 2025


seanm wrote:

>I got no clue about Objective-C

Well, it's just a superset of C, so hopefully as long as you support C23, Obj-C should also 'just work' unless you do something to turn it off.

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


More information about the cfe-commits mailing list