summaryrefslogtreecommitdiff
path: root/unittests/Tooling/TestVisitor.h
Commit message (Expand)AuthorAge
* Make test from r211758 portableAlp Toker2014-06-26
* RAV: visit copy expressions of captured variables in blocks (ObjC++11)Alp Toker2014-06-26
* Fix RecursiveASTVisitor to visit types in ObjCPropertyDeclAlp Toker2014-06-06
* Teach RAV to visit parameter variable declarations of implicit functions. Fix...Michael Han2013-09-11
* Add enumerators to TestVisitor::Language to allow visitor tests toJames Dennett2013-06-30
* Sort the #include lines for unittests/...Chandler Carruth2012-12-04
* Tooling: Add a runToolOnCodeWithArgs() function that allowsNico Weber2012-08-30
* Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for whichJames Dennett2012-08-24
* Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a Compound...Richard Smith2012-08-17
* Adapts the FrontendAction convenience functions so that it can beManuel Klimek2012-07-05
* Update unittests for include change.Benjamin Kramer2012-07-04
* Appease -Wnon-virtual-dtor and fix a typo in a commentMatt Beaumont-Gay2012-06-25
* Add testing for CommentHandler, and fix a bug where trailing comments in #elseRichard Smith2012-06-24