[clang] [clang-format] Add SpaceBeforeUnderscoreParens option for GNU gettext… (PR #159925)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 21 22:41:38 PDT 2025
================
@@ -17852,6 +17852,59 @@ TEST_F(FormatTest, ConfigurableSpacesInParens) {
Spaces);
}
+TEST_F(FormatTest, SpaceBeforeUnderscoreParens) {
+ // Test with SpaceBeforeParens = Always to clearly show the difference
----------------
kgerlich wrote:
all dropped.
https://github.com/llvm/llvm-project/pull/159925
More information about the cfe-commits
mailing list