hanchenye-llvm-project/clang-tools-extra/unittests
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
..
clang-apply-replacements Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't 2014-01-07 20:05:01 +00:00
clang-modernize Use error_code() instead of error_code::succes() 2014-05-31 02:00:59 +00:00
clang-query Remove unnecessary explicit unique_ptr ctors now that buildASTFromCode returns a unique_ptr instead of a raw pointer. 2014-04-25 17:03:20 +00:00
clang-tidy Allow per-file clang-tidy options. 2014-06-05 13:31:45 +00:00
include/common [C++11] Replace OwningPtr with std::unique_ptr. 2014-03-09 09:24:40 +00:00
CMakeLists.txt Introduce clang-query tool. 2013-11-08 00:08:23 +00:00
Makefile Introduce clang-query tool. 2013-11-08 00:08:23 +00:00