summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/TestVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* Roll-back r250822.Angel Garcia Gomez2015-10-201-2/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-4/+4
* Separated RecursiveASTVisitorTest into multiple files.Manuel Klimek2014-10-091-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-3/+3
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-3/+3
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-3/+3
* Make test from r211758 portableAlp Toker2014-06-261-0/+1
* RAV: visit copy expressions of captured variables in blocks (ObjC++11)Alp Toker2014-06-261-1/+12
* Fix RecursiveASTVisitor to visit types in ObjCPropertyDeclAlp Toker2014-06-061-1/+2
* Teach RAV to visit parameter variable declarations of implicit functions. Fix...Michael Han2013-09-111-1/+5
* Add enumerators to TestVisitor::Language to allow visitor tests toJames Dennett2013-06-301-2/+3
* Sort the #include lines for unittests/...Chandler Carruth2012-12-041-4/+3
* Tooling: Add a runToolOnCodeWithArgs() function that allowsNico Weber2012-08-301-3/+6
* Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for whichJames Dennett2012-08-241-42/+108
* Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a Compound...Richard Smith2012-08-171-2/+6
* Adapts the FrontendAction convenience functions so that it can beManuel Klimek2012-07-051-2/+2
* Update unittests for include change.Benjamin Kramer2012-07-041-0/+1
* Appease -Wnon-virtual-dtor and fix a typo in a commentMatt Beaumont-Gay2012-06-251-2/+4
* Add testing for CommentHandler, and fix a bug where trailing comments in #elseRichard Smith2012-06-241-0/+141
OpenPOWER on IntegriCloud