]> granicus.if.org Git - clang/commit
Fixed testcase failing under MS by adding "-fno-delayed-template-parsing",
authorEnea Zaffanella <zaffanella@cs.unipr.it>
Mon, 8 Jul 2013 14:50:30 +0000 (14:50 +0000)
committerEnea Zaffanella <zaffanella@cs.unipr.it>
Mon, 8 Jul 2013 14:50:30 +0000 (14:50 +0000)
commit51da1426b5ec43b6ac42777b2f28f89e3d3b3dca
treef59a548b046373e01782ba40136b6795d3415a0d
parent2a409b62126d8f0b8f5749d5ed435ad2b394b526
Fixed testcase failing under MS by adding "-fno-delayed-template-parsing",
as suggested by Takumi. To this end, added a MatchVerifier::match()
overload accepting a vector of invocation arguments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185827 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/AST/MatchVerifier.h
unittests/AST/SourceLocationTest.cpp