[PATCH] D83901: [clang] Disable a few formatting options for test/

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 19 09:24:15 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG13316a770535: [clang] Disable a few formatting options for test/ (authored by riccibruno).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83901

Files:
  clang/test/.clang-format


Index: clang/test/.clang-format
===================================================================
--- clang/test/.clang-format
+++ clang/test/.clang-format
@@ -1,2 +1,5 @@
 BasedOnStyle: LLVM
 ColumnLimit: 0
+AlignTrailingComments: false
+CommentPragmas: "(^ ?CHECK|^ ?expected-)"
+AlwaysBreakTemplateDeclarations: No


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83901.279094.patch
Type: text/x-patch
Size: 320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200719/88be38ef/attachment.bin>


More information about the cfe-commits mailing list