[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:45 PDT 2026
================
@@ -466,6 +456,7 @@ clang-format
constructor initializers after commas, keeping the colon on the same line.
- Extend ``BreakBinaryOperations`` to accept a structured configuration with
per-operator break rules and minimum chain length gating via ``PerOperator``.
+- Fix ``Macros`` configuration not working with ``try``/``catch`` expansions.
----------------
owenca wrote:
Undo. (We don't update the release notes for bug fixes.)
https://github.com/llvm/llvm-project/pull/184891
More information about the cfe-commits
mailing list