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

```suggestion
  auto Style = getGoogleStyle();
  ASSERT_FALSE(Style.DerivePointerAlignment);
```

https://github.com/llvm/llvm-project/pull/149602
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to