[clang] [Format] Configure ASSIGN_OR_RETURN macros for Google style (PR #200210)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 6 11:59:51 PDT 2026


================
@@ -301,6 +309,109 @@ TEST_F(FormatTestMacroExpansion, IndentChildrenWithinMacroCall) {
                Style);
 }
 
+// clang-format off
----------------
HazardyKnusperkeks wrote:

It would be great if you can redo that just with a smaller column limit.
If you want to keep the one test case that is also acceptable, but limit that clang format off to the `verifyFormat` and not around all the test functions here.

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


More information about the cfe-commits mailing list