llvm-project/clang-tools-extra/clang-tidy/llvm
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 [CMake] Update libdeps in clangTidyLLVMModule. 2014-08-13 22:12:28 +00:00
HeaderGuardCheck.cpp [clang-tidy] Add a generic header guard checker + LLVM implementation. 2014-08-13 13:57:57 +00:00
HeaderGuardCheck.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
IncludeOrderCheck.cpp Unique_ptrify PPCallbacks ownership. Goes with clang r217474. 2014-09-10 05:07:57 +00:00
IncludeOrderCheck.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
LLVMTidyModule.cpp Unique-ptrify ClangTidyCheckFactories. Add a more convenient alternative to 2014-09-10 11:06:43 +00:00
Makefile
NamespaceCommentCheck.cpp Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
NamespaceCommentCheck.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
TwineLocalCheck.cpp Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
TwineLocalCheck.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00