hanchenye-llvm-project/clang/lib/Tooling
Ted Kremenek cdf814900d Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
This is similar to how we divide up the StaticAnalyzer libraries to separate
core functionality to what is clearly associated with Frontend actions.

llvm-svn: 163050
2012-09-01 05:09:24 +00:00
..
ArgumentsAdjusters.cpp Fix -Wdelete-non-virtual-dtor in Tooling code. 2012-05-09 18:31:50 +00:00
CMakeLists.txt Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
CommonOptionsParser.cpp Only add common tool options when CommonOptionsParser is used. 2012-08-28 22:15:41 +00:00
CompilationDatabase.cpp Use LLVM's plugin registry to enable registering new compilation 2012-08-24 05:50:27 +00:00
JSONCompilationDatabase.cpp Fix the definition of JSONAnchorSource. MSVC mangles variable symbols, and "volatile" affects. 2012-08-24 10:39:28 +00:00
Makefile
Refactoring.cpp Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
RefactoringCallbacks.cpp Finishing the move of RefactoringCallbacks and fixing the corresponding 2012-07-17 08:37:03 +00:00
Tooling.cpp Tooling: Add a runToolOnCodeWithArgs() function that allows 2012-08-30 02:02:19 +00:00