hanchenye-llvm-project/clang/lib/Tooling
Alexander Kornienko 3474b55858 [clang-tidy] Make NumOccurrenceFlag for SourcePaths configurable.
Added an additional ctor that takes a NumOccurrenceFlag parameter for the
SourcePaths option. This frees applications from always having to pass at least
one source file, e.g., -list-checks.

http://reviews.llvm.org/D12069

Patch by Don Hinton!

llvm-svn: 245204
2015-08-17 10:01:42 +00:00
..
Core Tooling: When applying a set of replacements, do deletions before 2015-06-16 10:22:10 +00:00
ArgumentsAdjusters.cpp Attempt to fix the build with XCode 5.0.2 (and probably 5.1.1). 2015-01-16 15:57:15 +00:00
CMakeLists.txt Refactor libTooling to reduce required dependencies. 2014-10-29 18:55:09 +00:00
CommonOptionsParser.cpp [clang-tidy] Make NumOccurrenceFlag for SourcePaths configurable. 2015-08-17 10:01:42 +00:00
CompilationDatabase.cpp Use LLVM_ATTRIBUTE_UNUSED to hide gcc 5.1 unused variable warning. 2015-08-07 16:21:23 +00:00
FileMatchTrie.cpp Tooling: Hide implementation details 2015-03-09 15:03:26 +00:00
JSONCompilationDatabase.cpp Add structed way to express command line options in the compilation database. 2015-08-14 09:55:36 +00:00
Makefile Refactor libTooling to reduce required dependencies. 2014-10-29 18:55:09 +00:00
Refactoring.cpp Introduce a PCHContainerOperations interface (NFC). 2015-06-20 18:53:08 +00:00
RefactoringCallbacks.cpp
Tooling.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00