index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
Tooling
/
ToolingTest.cpp
Age
Commit message (
Expand
)
Author
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-11-27
Allow an ASTConsumer to selectively skip function bodies while parsing. Patch
Richard Smith
2012-10-25
unittests/ToolingTest.cpp: Suppress newFrontendActionFactory.InjectsEndOfSour...
NAKAMURA Takumi
2012-10-25
Adds the possibility to inject a callback that's called after each translatio...
Manuel Klimek
2012-07-05
Adapts the FrontendAction convenience functions so that it can be
Manuel Klimek
2012-06-16
ToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopLevelDeclOnEmptyCode on...
NAKAMURA Takumi
2012-06-16
Explicitly build __builtin_va_list.
Meador Inge
2012-06-02
Revert r157819, "#ifdef out a broken test on win32"
NAKAMURA Takumi
2012-06-01
#ifdef out a broken test on win32
Alexander Kornienko
2012-06-01
Added a test for ToolInvocation::mapVirtualFile method.
Alexander Kornienko
2012-04-04
Adds a tooling library.
Manuel Klimek
2011-06-02
Reverts the Tooling changes as requested by Chris.
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