[clang] [clang-format] adds a space after not inside macros (PR #78176)

Ilya Biryukov via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 11 04:12:50 PDT 2024


ilya-biryukov wrote:

I just wanted to bring up that using `WhitespaceSensitiveMacros` here is a little tricky because the macro name one would need to put there is `V` (the name is taken directly from the code that hit this).
Having a more sophisticated option to say "parameter `V` of macro `MyComplicatedMacro` is a string-sensitive macro" should work better, but seems like an overkill. 

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


More information about the cfe-commits mailing list