[clang] [clang-format] Add SpaceBeforeUnderscoreParens option for GNU gettext… (PR #159925)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 23 11:37:30 PDT 2025


================
@@ -1219,6 +1219,8 @@ template <> struct MappingTraits<FormatStyle> {
                    Style.SpaceBeforeCtorInitializerColon);
     IO.mapOptional("SpaceBeforeInheritanceColon",
                    Style.SpaceBeforeInheritanceColon);
+    IO.mapOptional("SpaceBetweenUnderscoreParens",
----------------
HazardyKnusperkeks wrote:

Resort here (and below) also.

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


More information about the cfe-commits mailing list