[clang] [Format] Configure ASSIGN_OR_RETURN macros for Google style (PR #200210)
Jesse Rosenstock via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 17 00:19:49 PDT 2026
================
@@ -301,6 +309,109 @@ TEST_F(FormatTestMacroExpansion, IndentChildrenWithinMacroCall) {
Style);
}
+// clang-format off
----------------
jmr wrote:
I have trimmed this down. In messing with the test, I see that the formatting is suboptimal for what should be one-liner functions, seemingly due to an existing bug.
https://github.com/llvm/llvm-project/pull/200210
More information about the cfe-commits
mailing list