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
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-14
Style and Doc fix for CommonOptionsParser
Edwin Vane
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-12-04
Introduce CompilationDatabase::getAllCompileCommands() that returns all
Argyrios Kyrtzidis
2012-10-25
Adds the possibility to inject a callback that's called after each translatio...
Manuel Klimek
2012-10-08
FileNameMatchTrie: Use StringRef instead of Twines where possible.
Daniel Jasper
2012-10-08
Support symlinks and relative paths in complilation databases.
Daniel Jasper
2012-09-13
Add missing accessor.
Manuel Klimek
2012-08-30
Tooling: Add a runToolOnCodeWithArgs() function that allows
Nico Weber
2012-08-24
Use LLVM's plugin registry to enable registering new compilation
Daniel Jasper
2012-08-24
Updated LibTooling.html, minor improvements in CommonOptionsParser
Alexander Kornienko
2012-08-22
Reverted clang-check to fully supported CommandLine Library use-case: global
Alexander Kornienko
2012-07-17
Finishing the move of RefactoringCallbacks and fixing the corresponding
Daniel Jasper
2012-07-17
Move RefactoringCallbacks to Tooling to avoid dependency from
Daniel Jasper
2012-07-16
The new clang-ast-dump tool for selective AST dumping. Moved common command-l...
Alexander Kornienko
2012-07-16
Add refactoring callbacks to make common kinds of refactorings easy.
Daniel Jasper
2012-07-13
Allows retrieving all files in a CompilationDatabase.
Manuel Klimek
2012-07-10
Adds support for auto-detection of compilation databases, looking in a direct...
Arnaud A. de Grandmaison
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-30
Adds a toString method to Replacement, which helps debugging.
Manuel Klimek
2012-05-24
Apply review comment from Jordan Rose.
Manuel Klimek
2012-05-23
Adds the Refactoring library, which is a layer on top of the Tooling library
Manuel Klimek
2012-05-09
Fix -Wdelete-non-virtual-dtor in Tooling code.
David Blaikie
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-18
Adds a FixedCompilationDatabase to be able to specify tool parameters
Manuel Klimek
2012-04-17
Switches the JSONCompilationDatabase to use the YAML parser.
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-06-01
Don't use stdint.h; including it directly is not allowed from LLVM code becau...
Eli Friedman
2011-06-01
Remove pointless assert, N is unsigned.
Benjamin Kramer
2011-06-01
Change a name for consistency and hopefully unbreak builds with gcc 4.6.
Benjamin Kramer
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