llvm-project/clang-tools-extra/unittests/clang-tidy
Alexander Kornienko 6e0cbc8947 Implemented clang-tidy-check-specific options.
Summary:
Each check can implement readOptions and storeOptions methods to read
and store custom options. Each check's options are stored in a local namespace
to avoid name collisions and provide some sort of context to the user.

Reviewers: bkramer, klimek

Reviewed By: klimek

Subscribers: cfe-commits

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

llvm-svn: 217661
2014-09-12 08:53: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 Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +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-check-specific options. 2014-09-12 08:53: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 Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +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