summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/MatchVerifier.h
Commit message (Expand)AuthorAgeFilesLines
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-5/+7
* Add missing header guards.Benjamin Kramer2014-08-081-0/+5
* Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges, Fariborz Jahanian2014-07-311-1/+12
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Introduce DynTypedNode::print, dump and getSourceRange.Peter Collingbourne2013-11-061-0/+68
* Fixed testcase failing under MS by adding "-fno-delayed-template-parsing",Enea Zaffanella2013-07-081-4/+15
* Fixed source range for functional cast and unresolved construct expr nodes.Enea Zaffanella2013-07-071-1/+5
* First step towards adding a parent map to the ASTContext.Manuel Klimek2013-02-281-1/+1
* PR15095: Use more correct source locations for the InitListExpr we fake up forRichard Smith2013-02-051-1/+3
* Move commonly useful code for AST testing into MatchVerfier.h.Manuel Klimek2013-01-311-0/+194
OpenPOWER on IntegriCloud