llvm-project/clang-tools-extra/clang-tidy/utils
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
HeaderGuard.cpp [clang-tidy] Don't try to fix header guard #endif comments if there are escaped 2014-09-10 08:48:30 +00:00
HeaderGuard.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
Makefile