[clang-tools-extra] [clang-tidy] add misc-math-constant check (PR #66583)

via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 16 11:00:55 PDT 2023


5chmidti wrote:

For macros I have only implemented matching literals, not function calls or formulas. I also don't suggest using modern language constructs for macros, there are other checks that do this.

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


More information about the cfe-commits mailing list