[PATCH] D73236: [clang-tidy] Add clang-tidy headers to clang distribution
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 23 15:43:47 PST 2020
alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.
LG with an outstanding comment.
================
Comment at: clang-tools-extra/clang-tidy/CMakeLists.txt:104
+ PATTERN "*.h"
+ PATTERN ".svn" EXCLUDE
+ )
----------------
Is this still relevant?
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73236/new/
https://reviews.llvm.org/D73236
More information about the cfe-commits
mailing list