[PATCH] D49116: Setup clang-format as an Arcanist linter

Siddhartha Bagaria via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 10 23:56:56 PDT 2018


starsid marked an inline comment as done.
starsid added a comment.

PTAL. I have updated the revision summary to demonstrate how the flows will look like.



================
Comment at: .arclint:8
+      "include": [
+        "(\\.(cpp|h)$)"
+      ]
----------------
dberris wrote:
> dberris wrote:
> > Should this also include '.cc' files?
> I don't see the change to support .cc files...
I think this regex captures all the files we want to see -- `"(\\.(cc|cpp|h)$)"` -- no?


Repository:
  rL LLVM

https://reviews.llvm.org/D49116





More information about the llvm-commits mailing list