summaryrefslogtreecommitdiff
path: root/unittests/Tooling/TestVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-301-2/+2
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [unittests] Add C++17 and C++2a support to the tooling testsHamza Sood2018-12-071-0/+4
* Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-2/+2
* [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-2/+2
* Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane2017-12-111-1/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-12-111-0/+1
* Revert r318669/318694Erich Keane2017-11-201-1/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-11-201-0/+1
* Revert "[ADT] Make Twine's copy constructor private."Zachary Turner2017-10-111-7/+7
* [ADT] Make Twine's copy constructor private.Zachary Turner2017-10-111-7/+7
* Recommit r312127: [refactor] AST selection tree should contain syntacticAlex Lorenz2017-08-301-1/+4
* Switch TestVisitor to Lang_C via -x cStephan Bergmann2017-06-271-1/+4
* Visit lambda capture inits from RecursiveASTVisitor::TraverseLambdaCapture().Martin Bohme2016-08-171-10/+19
* 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