PR15095: Use more correct source locations for the InitListExpr we fake up for
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 5 Feb 2013 05:55:57 +0000 (05:55 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 5 Feb 2013 05:55:57 +0000 (05:55 +0000)
commit9ca910111c4bd3f3c4dac79beca65fe77661e84c
treef8da6b8b37d13a0028871694a796f1b56715c877
parente2af9b5d2c81024dff9cd82e69fb8021a2a77ad9
PR15095: Use more correct source locations for the InitListExpr we fake up for
vector initialization. Patch by John Stratton!

llvm-svn: 174339
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/lib/Sema/SemaExpr.cpp
clang/unittests/AST/MatchVerifier.h
clang/unittests/AST/SourceLocationTest.cpp