[llvm] [C API] Support new ptrauth constant type (PR #93909)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Fri May 31 00:27:41 PDT 2024
nikic wrote:
> The clang-format diff is on the `LLVM_FOR_EACH_VALUE_SUBCLASS` macro, which it tries to indent weirdly. If there's a preferred way of dealing with it I can push changes, but I assume the naive auto-formatted output isn't what we want
You could add some `// clang-format off` `// clang-format on` annotations. Agree that this formatting is ... wild.
https://github.com/llvm/llvm-project/pull/93909
More information about the llvm-commits
mailing list