Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
239c030aa4bde597f45c80c50f653620bdd72922
/
unittests
/
Tooling
c2a50d4
Move sideeffecting call out of assert().
by Benjamin Kramer
· 12 years ago
7b699ac
Switches the RewriterTestContext away from PathV1.
by Manuel Klimek
· 12 years ago
d6f6569
Fixes the refactoring library test in VS2010.
by Manuel Klimek
· 12 years ago
c28a335
RecursiveASTVisitor: add ability to visit implicit declarations. Patch by
by Richard Smith
· 12 years ago
8f4c4ca
Revert r157819, "#ifdef out a broken test on win32"
by NAKAMURA Takumi
· 12 years ago
29fbfc2
#ifdef out a broken test on win32
by Alexander Kornienko
· 12 years ago
5f60f60
Added a test for ToolInvocation::mapVirtualFile method.
by Alexander Kornienko
· 12 years ago
6fada8e
Only visit default arguments for template declarations when visiting the template declaration which introduced them. Patch by Yang Chen!
by Richard Smith
· 12 years ago
e966bea
Test commit - Fix typo in comment.
by Daniel Jasper
· 12 years ago
4f85274
clang/unittests/Tooling/RewriterTestContext.h: Don't try to remove TemporaryDirectory.
by NAKAMURA Takumi
· 12 years ago
f9d4cbd
Adds the Refactoring library, which is a layer on top of the Tooling library
by Manuel Klimek
· 12 years ago
bf78267
Fixes the autoconf build.
by Manuel Klimek
· 12 years ago
bfbfee5
Adds a method overwriteChangedFiles to the Rewriter. This is implemented by
by Manuel Klimek
· 12 years ago
1a8d686
Fixes crasher bug in JSONCompilationDatabase for invalid input.
by Manuel Klimek
· 12 years ago
06cd51a
RecursiveASTVisitor:
by Richard Smith
· 12 years ago
c8c2228
Unrevert r155951, reverted in r155962, with two changes:
by Richard Smith
· 13 years ago
b51c7f3
Revert "Fix RecursiveASTVisitor's data recursion to call the Traverse* functions if they"
by Andrew Trick
· 13 years ago
e3ba298
Fix RecursiveASTVisitor's data recursion to call the Traverse* functions if they
by Richard Smith
· 13 years ago
e002631
Fix file name in comment.
by David Blaikie
· 13 years ago
a313b2f
RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visit
by Richard Smith
· 13 years ago
5482dc3
RecursiveASTVisitor: Visit instantiations of member templates of class
by Richard Smith
· 13 years ago
9f99d06
Fix PR12608. Patch contributed by Yang Chen.
by Manuel Klimek
· 13 years ago
dab2894
No need to put the SourceManager in with the ASTContext, as the ASTContext
by Manuel Klimek
· 13 years ago
fad7f85
Adds a unit test for the RecursiveASTVisitor.
by Manuel Klimek
· 13 years ago
30318e6
Adds a FixedCompilationDatabase to be able to specify tool parameters
by Manuel Klimek
· 13 years ago
29b815c
clangFrontend depends on clangEdit.
by Benjamin Kramer
· 13 years ago
cb971c6
Adds a tooling library.
by Manuel Klimek
· 13 years ago
16f2131
Reverts the Tooling changes as requested by Chris.
by Manuel Klimek
· 13 years ago
7264ab7
Fix broken test on windows. To get operator new working, we need size_t, for which we need to figure out a way to resolve standard include paths in the test.
by Manuel Klimek
· 13 years ago
64cbdf3
This patch implements an AST matching framework that allows to write
by Manuel Klimek
· 13 years ago
850dd80
Adds a test for the command line parser when a quoted string is not closed by a quote.
by Manuel Klimek
· 14 years ago
9a05fa9
This is the next step in building the standalone tools infrastructure:
by Manuel Klimek
· 14 years ago
cf3ce5d
Adds a function to run FrontendActions over in-memory code. This is
by Manuel Klimek
· 14 years ago