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
Age
Commit message (
Expand
)
Author
2012-05-30
Only visit default arguments for template declarations when visiting the temp...
Richard Smith
2012-05-30
Test commit - Fix typo in comment.
Daniel Jasper
2012-05-27
clang/unittests/Tooling/RewriterTestContext.h: Don't try to remove TemporaryD...
NAKAMURA Takumi
2012-05-23
Adds the Refactoring library, which is a layer on top of the Tooling library
Manuel Klimek
2012-05-22
Fixes the autoconf build.
Manuel Klimek
2012-05-22
Adds a method overwriteChangedFiles to the Rewriter. This is implemented by
Manuel Klimek
2012-05-15
Fixes crasher bug in JSONCompilationDatabase for invalid input.
Manuel Klimek
2012-05-09
RecursiveASTVisitor:
Richard Smith
2012-05-02
Unrevert r155951, reverted in r155962, with two changes:
Richard Smith
2012-05-01
Revert "Fix RecursiveASTVisitor's data recursion to call the Traverse* functi...
Andrew Trick
2012-05-01
Fix RecursiveASTVisitor's data recursion to call the Traverse* functions if they
Richard Smith
2012-04-26
Fix file name in comment.
David Blaikie
2012-04-25
RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visit
Richard Smith
2012-04-24
RecursiveASTVisitor: Visit instantiations of member templates of class
Richard Smith
2012-04-23
Fix PR12608. Patch contributed by Yang Chen.
Manuel Klimek
2012-04-20
No need to put the SourceManager in with the ASTContext, as the ASTContext
Manuel Klimek
2012-04-19
Adds a unit test for the RecursiveASTVisitor.
Manuel Klimek
2012-04-18
Adds a FixedCompilationDatabase to be able to specify tool parameters
Manuel Klimek
2012-04-04
clangFrontend depends on clangEdit.
Benjamin Kramer
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
Fix broken test on windows. To get operator new working, we need size_t, for ...
Manuel Klimek
2011-05-31
This patch implements an AST matching framework that allows to write
Manuel Klimek
2011-05-02
Adds a test for the command line parser when a quoted string is not closed by...
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
[prev]