index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Tooling
/
Tooling.h
Age
Commit message (
Expand
)
Author
2013-01-20
Nuke SetUpBuildDumpLog.
Sean Silva
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-11
Allow RefactoringTool to write to memory instead of always to disk
Edwin Vane
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-10-25
Adds the possibility to inject a callback that's called after each translatio...
Manuel Klimek
2012-08-30
Tooling: Add a runToolOnCodeWithArgs() function that allows
Nico Weber
2012-07-16
Add refactoring callbacks to make common kinds of refactorings easy.
Daniel Jasper
2012-07-10
Adds support for auto-detection of compilation databases
Manuel Klimek
2012-07-05
Adapts the FrontendAction convenience functions so that it can be
Manuel Klimek
2012-06-04
Fixed a problem related to resolution of built-in headers in case a path of t...
Alexander Kornienko
2012-05-31
Fix an object lifetime issue in clang/Tooling.
Alexander Kornienko
2012-05-09
Declare abstract class ArgumentsAdjuster. This abstract interface describes
Simon Atanasyan
2012-05-07
Fixes resolution of relative paths when running clang tools.
Manuel Klimek
2012-04-23
Fixes comment referencing old name.
Manuel Klimek
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-05-16
Pulls the common part of the clang-check example into Tooling, to allow new t...
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