[clang] [Sema] Fix c23 not checking CheckBoolLikeConversion (PR #79588)
Pil Eghoff via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 30 09:12:41 PST 2024
pileghoff wrote:
> It looks like a bunch of formatting changes came in with SemaChecking.cpp. You should only be formatting the code that your patch needs to touch. We've got a script for that: https://clang.llvm.org/docs/ClangFormat.html#script-for-patch-reformatting or https://clang.llvm.org/docs/ClangFormat.html#git-integration
>
> Can you back out the unrelated formatting changes?
Whoops, my editor got a bit trigger happy. It should restored now.
https://github.com/llvm/llvm-project/pull/79588
More information about the cfe-commits
mailing list