[PATCH] D152473: [clang-format] Add test case for issue 63170

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 9 13:28:13 PDT 2023


MyDeveloperDay reopened this revision.
MyDeveloperDay added a comment.
This revision is now accepted and ready to land.

Did this need an immediate revert? was the unit tests failing?



================
Comment at: clang/test/Format/overlapping-lines.cpp:1
+// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format --style=Google 2>&1 | FileCheck %s 
+// CHECK-NOT: The new replacement overlaps with an existing replacement.
----------------
please remove this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152473/new/

https://reviews.llvm.org/D152473



More information about the cfe-commits mailing list