index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Tooling
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2012-10-08
Support symlinks and relative paths in complilation databases.
Daniel Jasper
2012-09-01
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-08-24
Use LLVM's plugin registry to enable registering new compilation
Daniel Jasper
2012-08-22
Reverted clang-check to fully supported CommandLine Library use-case: global
Alexander Kornienko
2012-07-27
clang/lib: [CMake] Update tblgen'd dependencies.
NAKAMURA Takumi
2012-07-27
clang/lib: [CMake] Reformat, alphabetize lists.
NAKAMURA Takumi
2012-07-17
Move RefactoringCallbacks to Tooling to avoid dependency from
Daniel Jasper
2012-07-16
Fix copy-paste mistake for CMake dependency.
Ted Kremenek
2012-07-16
Looks like libTooling might also depend on ClangDiagnosticCommon.
Ted Kremenek
2012-07-16
The new clang-ast-dump tool for selective AST dumping. Moved common command-l...
Alexander Kornienko
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-05-23
Adds the Refactoring library, which is a layer on top of the Tooling library
Manuel Klimek
2012-05-09
Declare abstract class ArgumentsAdjuster. This abstract interface describes
Simon Atanasyan
2012-04-04
Adds a tooling library.
Manuel Klimek
2011-06-02
Reverts the Tooling changes as requested by Chris.
Manuel Klimek
2011-05-31
This patch implements an AST matching framework that allows to write
Manuel Klimek
2011-04-27
This is the next step in building the standalone tools infrastructure:
Manuel Klimek
2011-04-21
Adds a function to run FrontendActions over in-memory code. This is
Manuel Klimek