[clang] [Sema] Fix c23 not checking CheckBoolLikeConversion (PR #79588)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 30 08:35:19 PST 2024


https://github.com/AaronBallman requested changes to this pull request.

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?

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


More information about the cfe-commits mailing list