llvm-project/clang/lib/Tooling
Ilya Biryukov 5da21edb35 [Tooling] Added a VFS parameter to ClangTool
Summary:
The parameter overrides the underlying vfs used by ClangTool for
filesystem operations.

Patch by Vladimir Plyashkun.

Reviewers: alexfh, ilya-biryukov

Reviewed By: ilya-biryukov

Subscribers: klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D41947

llvm-svn: 323195
2018-01-23 12:30:02 +00:00
..
ASTDiff [clang-diff] Treat CXXCtorInitializer as a node 2017-08-27 22:52:20 +00:00
Core Moved QualTypeNames.h from Tooling to AST. 2017-11-08 10:39:03 +00:00
Refactoring [refactor][selection] canonicalize decl ref callee to the call expr 2017-11-14 23:10:50 +00:00
AllTUsExecution.cpp [Tooling] Don't deduplicate tool results in the All-TUs executor. 2018-01-17 17:37:11 +00:00
ArgumentsAdjusters.cpp Fix skipping of flags in getClangStripDependencyFileAdjuster 2017-11-17 16:27:21 +00:00
CMakeLists.txt Add a tool executor that runs actions on all TUs in the compilation database. 2018-01-05 10:32:16 +00:00
CommonOptionsParser.cpp [Tooling] A new framework for executing clang frontend actions. 2017-10-26 10:38:14 +00:00
CompilationDatabase.cpp [Tooling] Acknowledge that many CompilationDatabases don't support enumeration. 2017-11-24 12:13:55 +00:00
Execution.cpp Add a tool executor that runs actions on all TUs in the compilation database. 2018-01-05 10:32:16 +00:00
FileMatchTrie.cpp
FixIt.cpp [tooling] FixItHint Tooling refactoring 2016-05-11 14:31:39 +00:00
JSONCompilationDatabase.cpp [Tooling] Remove redundant check, NFCi 2017-05-05 14:07:23 +00:00
Refactoring.cpp Apply clang-tidy's performance-unnecessary-value-param to parts of clang. 2017-03-21 21:35:04 +00:00
RefactoringCallbacks.cpp [tooling] RefactoringCallbacks code cleanup 2017-05-12 00:16:56 +00:00
StandaloneExecution.cpp [Tooling] Fix linking of StandaloneToolExecutorPlugin. 2017-11-03 15:57:27 +00:00
Tooling.cpp [Tooling] Added a VFS parameter to ClangTool 2018-01-23 12:30:02 +00:00