llvm-project/clang-tools-extra/clang-tidy/tool
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 Added a module for checks not related to LLVM or Google coding style. 2014-03-05 13:14:32 +00:00
ClangTidyMain.cpp Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
Makefile Fix linking in the Makefile build. 2014-08-13 14:14:38 +00:00
clang-tidy-diff.py Make clang-tidy-diff.py py3-compatible. 2014-06-27 01:10:18 +00:00
run-clang-tidy.py run-clang-tidy: Make clang-tidy path configurable and don't fail as horribly 2014-09-08 14:56:40 +00:00