llvm-project/clang-tools-extra/clang-tidy
Alexander Kornienko 4f6b06673d [clang-tidy] Add support for custom configuration file names/formats.
Summary: We're using different clang-tidy frontends (command-line, batch analysis jobs, code review integration), some of which are limited in the choice of configuration format. In order to avoid duplication of configuration information, we need to support the same configuration format in the command-line tool. This patch adds an extension point to make this possible without rewriting FileOptionsProvider.

Reviewers: djasper

Reviewed By: djasper

Subscribers: cfe-commits

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

llvm-svn: 220199
2014-10-20 12:29:15 +00:00
..
google [clang-tidy] Default options in modules. 2014-10-16 11:27:57 +00:00
llvm Add NamespaceCommentCheck to the Google module. 2014-09-22 10:41:39 +00:00
misc [clang-tidy] Move some of the misc checks to readability/ 2014-10-15 10:51:57 +00:00
readability [clang-tidy] Minor fixes for the NamespaceCommentCheck. 2014-10-16 15:11:54 +00:00
tool Fix a typo 2014-09-26 11:48:53 +00:00
utils Fix llvm-header-guard check. 2014-10-15 12:18:35 +00:00
CMakeLists.txt Add NamespaceCommentCheck to the Google module. 2014-09-22 10:41:39 +00:00
ClangTidy.cpp Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
ClangTidy.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
ClangTidyDiagnosticConsumer.cpp Implemented clang-tidy configurability via .clang-tidy files. 2014-09-04 14:23:36 +00:00
ClangTidyDiagnosticConsumer.h Implemented clang-tidy configurability via .clang-tidy files. 2014-09-04 14:23:36 +00:00
ClangTidyModule.cpp [clang-tidy] Default options in modules. 2014-10-16 11:27:57 +00:00
ClangTidyModule.h [clang-tidy] Default options in modules. 2014-10-16 11:27:57 +00:00
ClangTidyModuleRegistry.h clang-tidy: Instantiate llvm::Registry<clang::tidy::ClangTidyModule>. 2014-07-03 14:12:47 +00:00
ClangTidyOptions.cpp [clang-tidy] Add support for custom configuration file names/formats. 2014-10-20 12:29:15 +00:00
ClangTidyOptions.h [clang-tidy] Add support for custom configuration file names/formats. 2014-10-20 12:29:15 +00:00
Makefile Add NamespaceCommentCheck to the Google module. 2014-09-22 10:41:39 +00:00