[clang] [clang-format] Fix Macros configuration not working with try/catch expansions (PR #184891)

via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 13 23:52:44 PDT 2026


================
@@ -309,6 +309,102 @@ TEST_F(FormatTestMacroExpansion, IndentChildrenWithinMacroCall) {
                Style);
 }
 
+TEST_F(FormatTestMacroExpansion, TryMacroOnly) {
----------------
owenca wrote:

IMO we don't need to add any of these test cases.

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


More information about the cfe-commits mailing list