[clang-tools-extra] [clang-tidy] Detect string literals in macros in modernize-raw-string… (PR #133636)

Carlos Galvez via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 30 11:40:45 PDT 2025


carlosgalvezp wrote:

This approach does not scale for macros, it should rather be implemented in a `PPCallback` instead.

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


More information about the cfe-commits mailing list