hanchenye-llvm-project/clang-tools-extra/unittests/clang-tidy
Alexander Kornienko d53d2686b3 Implemented clang-tidy configurability via .clang-tidy files.
Summary:
This adds a support for the .clang-tidy file reading using
FileOptionsProvider, -dump-config option, and changes tests to not depend on
default checks set.

Reviewers: klimek, bkramer, djasper

Reviewed By: djasper

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D5186

llvm-svn: 217155
2014-09-04 14:23:36 +00:00
..
CMakeLists.txt Add clang-tidy -line-filter option to filter findings by line ranges. 2014-05-22 16:07:11 +00:00
ClangTidyDiagnosticConsumerTest.cpp Rename ChecksFilter to GlobList, as there's nothing specific to checks in it. 2014-08-06 11:49:10 +00:00
ClangTidyOptionsTest.cpp Implemented clang-tidy configurability via .clang-tidy files. 2014-09-04 14:23:36 +00:00
ClangTidyTest.h Implemented clang-tidy configurability via .clang-tidy files. 2014-09-04 14:23:36 +00:00
GoogleModuleTest.cpp Move google-explicit-constructor check to a separate source file. 2014-06-18 09:33:46 +00:00
LLVMModuleTest.cpp [clang-tidy] If we're going to change the header guard in the #endif comment 2014-08-26 16:28:35 +00:00
Makefile In ancient times build targets had to be sorted topologically. Sometimes this behavior can still be observed today. 2014-08-13 14:41:24 +00:00
MiscModuleTest.cpp Removed unused include 2014-03-23 00:32:18 +00:00