[clang] [clang-format] Google Style: disable DerivePointerAlignment. (PR #149602)

James Y Knight via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 21 08:02:09 PDT 2025


================
@@ -12891,27 +12892,30 @@ TEST_F(FormatTest, UnderstandsEllipsis) {
 }
 
 TEST_F(FormatTest, AdaptivelyFormatsPointersAndReferences) {
+  FormatStyle Style = getLLVMStyle();
----------------
jyknight wrote:

Done

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


More information about the cfe-commits mailing list