llvm-project/clang-tools-extra/clang-tidy
Alexander Kornienko a46952221e Allow per-file clang-tidy options.
Summary:
This patch makes it possible for clang-tidy clients to provide
different options for different translation units. The option, which doesn't
make sense to be file-dependent, was moved to a separate ClangTidyGlobalOptions
struct. Added parsing of ClangTidyOptions.

Reviewers: klimek

Reviewed By: klimek

Subscribers: cfe-commits

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

llvm-svn: 210260
2014-06-05 13:31:45 +00:00
..
google Track clang changes from r209061 2014-05-17 04:54:13 +00:00
llvm Added a comment 2014-05-19 17:46:28 +00:00
misc clang-tidy use override: Don't generate incorrect warnings without fixes 2014-06-04 08:26:02 +00:00
tool Allow per-file clang-tidy options. 2014-06-05 13:31:45 +00:00
CMakeLists.txt Add clang-tidy -line-filter option to filter findings by line ranges. 2014-05-22 16:07:11 +00:00
ClangTidy.cpp Allow per-file clang-tidy options. 2014-06-05 13:31:45 +00:00
ClangTidy.h Allow per-file clang-tidy options. 2014-06-05 13:31:45 +00:00
ClangTidyDiagnosticConsumer.cpp Allow per-file clang-tidy options. 2014-06-05 13:31:45 +00:00
ClangTidyDiagnosticConsumer.h Allow per-file clang-tidy options. 2014-06-05 13:31:45 +00:00
ClangTidyModule.cpp Allow per-file clang-tidy options. 2014-06-05 13:31:45 +00:00
ClangTidyModule.h Allow per-file clang-tidy options. 2014-06-05 13:31:45 +00:00
ClangTidyModuleRegistry.h
ClangTidyOptions.cpp Allow per-file clang-tidy options. 2014-06-05 13:31:45 +00:00
ClangTidyOptions.h Allow per-file clang-tidy options. 2014-06-05 13:31:45 +00:00
Makefile Added a module for checks not related to LLVM or Google coding style. 2014-03-05 13:14:32 +00:00