index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Tooling
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libTooling] Move Transformer files to their own directory/library.
Yitzhak Mandelbaum
2019-10-10
1
-0
/
+1
*
[clang-scan-deps] Introduce the DependencyScanning library with the
Alex Lorenz
2019-06-26
1
-0
/
+1
*
[clang][Tooling] Infer target and mode from argv[0] when using JSONCompilatio...
Kadir Cetinkaya
2019-06-26
1
-0
/
+1
*
Reland r361148 with a fix to the buildbot failure.
Ilya Biryukov
2019-05-22
1
-0
/
+1
*
Revert r361148 "[Syntax] Introduce TokenBuffer, start clangToolingSyntax libr...
Russell Gallop
2019-05-22
1
-1
/
+0
*
[Syntax] Introduce TokenBuffer, start clangToolingSyntax library
Ilya Biryukov
2019-05-20
1
-0
/
+1
*
Add explicit dependency on clangSerialization for a bunch of components to fi...
Fangrui Song
2018-12-12
1
-0
/
+1
*
Reland "Move #include manipulation code to new lib/Tooling/Inclusions."
Eric Liu
2018-06-04
1
-0
/
+1
*
Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""
Eric Liu
2018-05-30
1
-1
/
+0
*
Reland "Move #include manipulation code to new lib/Tooling/Inclusions."
Eric Liu
2018-05-30
1
-0
/
+1
*
Revert "Move #include manipulation code to new lib/Tooling/Inclusions."
Eric Liu
2018-05-18
1
-1
/
+0
*
Move #include manipulation code to new lib/Tooling/Inclusions.
Eric Liu
2018-05-18
1
-0
/
+1
*
[Tooling] A CompilationDatabase wrapper that infers header commands.
Sam McCall
2018-04-09
1
-0
/
+1
*
Add a tool executor that runs actions on all TUs in the compilation database.
Eric Liu
2018-01-05
1
-0
/
+1
*
[Tooling] A new framework for executing clang frontend actions.
Eric Liu
2017-10-26
1
-0
/
+2
*
[clang-diff] Add initial implementation
Alex Lorenz
2017-07-21
1
-0
/
+1
*
Introducing clang::tooling::AtomicChange for refactoring tools.
Eric Liu
2017-03-01
1
-0
/
+1
*
clangTooling: Update libdeps: LLVMOptions, since r280118.
NAKAMURA Takumi
2016-08-31
1
-1
/
+4
*
clangTooling depends on ClangDriverOptions since r280118.
NAKAMURA Takumi
2016-08-31
1
-0
/
+3
*
[tooling] FixItHint Tooling refactoring
Etienne Bergeron
2016-05-11
1
-0
/
+1
*
Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu
2016-03-29
1
-0
/
+1
*
Refactor libTooling to reduce required dependencies.
Daniel Jasper
2014-10-29
1
-0
/
+3
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
1
-1
/
+1
*
[CMake] Use LINK_LIBS instead of target_link_libraries().
NAKAMURA Takumi
2014-02-26
1
-2
/
+1
*
[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...
NAKAMURA Takumi
2014-02-21
1
-9
/
+0
*
[CMake] clang/lib: Prune redundant dependencies.
NAKAMURA Takumi
2013-12-10
1
-1
/
+0
*
[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...
NAKAMURA Takumi
2013-12-09
1
-2
/
+4
*
Support symlinks and relative paths in complilation databases.
Daniel Jasper
2012-10-08
1
-0
/
+1
*
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-09-01
1
-1
/
+2
*
Use LLVM's plugin registry to enable registering new compilation
Daniel Jasper
2012-08-24
1
-0
/
+1
*
Reverted clang-check to fully supported CommandLine Library use-case: global
Alexander Kornienko
2012-08-22
1
-1
/
+1
*
clang/lib: [CMake] Update tblgen'd dependencies.
NAKAMURA Takumi
2012-07-27
1
-0
/
+5
*
clang/lib: [CMake] Reformat, alphabetize lists.
NAKAMURA Takumi
2012-07-27
1
-3
/
+3
*
Move RefactoringCallbacks to Tooling to avoid dependency from
Daniel Jasper
2012-07-17
1
-0
/
+2
*
Fix copy-paste mistake for CMake dependency.
Ted Kremenek
2012-07-16
1
-1
/
+1
*
Looks like libTooling might also depend on ClangDiagnosticCommon.
Ted Kremenek
2012-07-16
1
-0
/
+4
*
The new clang-ast-dump tool for selective AST dumping. Moved common command-l...
Alexander Kornienko
2012-07-16
1
-0
/
+1
*
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-06-21
1
-1
/
+7
*
Adds the Refactoring library, which is a layer on top of the Tooling library
Manuel Klimek
2012-05-23
1
-1
/
+2
*
Declare abstract class ArgumentsAdjuster. This abstract interface describes
Simon Atanasyan
2012-05-09
1
-0
/
+1
*
Adds a tooling library.
Manuel Klimek
2012-04-04
1
-0
/
+7
*
Reverts the Tooling changes as requested by Chris.
Manuel Klimek
2011-06-02
1
-7
/
+0
*
This patch implements an AST matching framework that allows to write
Manuel Klimek
2011-05-31
1
-0
/
+1
*
This is the next step in building the standalone tools infrastructure:
Manuel Klimek
2011-04-27
1
-0
/
+1
*
Adds a function to run FrontendActions over in-memory code. This is
Manuel Klimek
2011-04-21
1
-0
/
+5