[PATCH] D73236: [clang-tidy] Add clang-tidy headers to clang distribution
Dmitry Polukhin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 23 16:02:26 PST 2020
DmitryPolukhin marked an inline comment as done.
DmitryPolukhin added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/CMakeLists.txt:104
+ PATTERN "*.h"
+ PATTERN ".svn" EXCLUDE
+ )
----------------
alexfh wrote:
> Is this still relevant?
Perhaps no, but I still see it in number of case. I'll remove it here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73236/new/
https://reviews.llvm.org/D73236
More information about the cfe-commits
mailing list