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
Age
Commit message (
Expand
)
Author
2012-05-07
Fix includes for unices that don't have chdir declared transitively.
Manuel Klimek
2012-05-07
Includes direct.h for windows compilation.
Manuel Klimek
2012-05-07
Fixes resolution of relative paths when running clang tools.
Manuel Klimek
2012-04-25
Fixes the header search logic for tools:
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-09
Fixes a fix to finding the current directory:
Manuel Klimek
2012-04-04
Tooling.cpp: Reorder inclusions according to the conding standards.
NAKAMURA Takumi
2012-04-04
Tooling.cpp: Don't refer to $ENV{PWD}. Use llvm::sys::fs instead.
NAKAMURA Takumi
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-05-14
Let clang-check actually use the Directory entry in the json file.
Nico Weber
2011-04-30
Remove noisy semicolons.
Benjamin Kramer
2011-04-30
Add lib/Tooling to the Makefile build.
Nico Weber
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
[prev]