Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
4581d45405f07374770366be8644d52733985833
/
unittests
/
Tooling
/
RecursiveASTVisitorTest.cpp
8268fe7
Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for which
by James Dennett
· 12 years ago
82b4550
Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a CompoundLiteralExpr.
by Richard Smith
· 12 years ago
0652c35
Don't forget to apply #pragma pack to partial and explicit specializations of
by Richard Smith
· 12 years ago
bc9e558
Add testing for CommentHandler, and fix a bug where trailing comments in #else
by Richard Smith
· 12 years ago
1071ba9
Make the RecursiveASTVisitor visit the body of a range-based for loop
by Daniel Jasper
· 12 years ago
52ec0c0
Rename shouldVisitImplicitDeclarations to shouldVisitImplicitCode.
by Daniel Jasper
· 12 years ago
c28a335
RecursiveASTVisitor: add ability to visit implicit declarations. Patch by
by Richard Smith
· 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
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