[compiler-rt] [sanitizer_common][asan] Implement address sanitizer on AIX: platform specific support (3/n) (PR #131866)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Wed May 7 11:18:13 PDT 2025
vitalybuka wrote:
> > ⚠️ C/C++ code formatter, clang-format found issues in your code. ⚠️
> > You can test this locally with the following command:
> > View the diff from clang-format here.
>
> Should I be applying all the requested format changes? It's asking me to change some existing code that doesn't follow the format.
If large reformat, like here, is required, ideally, if it's not hard, create a NFC PR which reformat corresponding block. And after landing that PR, create PR with real changes.
For smaller PRs I don't mind mixing autoformat changes.
BTW. this one can be split into more parts.
https://github.com/llvm/llvm-project/pull/131866
More information about the llvm-commits
mailing list