]> granicus.if.org Git - clang/commit
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)
commitafbcab8d10d4208c7ad8da79e948432117d4a326
tree8c38e1c2c2ad91ebc7e1f7cc54695b9adf9bf2d9
parent7305e8c48df5fe373be431ef99399ae649721f3f
PR15095: Use more correct source locations for the InitListExpr we fake up for
vector initialization. Patch by John Stratton!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174339 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/ASTMatchers/ASTMatchers.h
lib/Sema/SemaExpr.cpp
unittests/AST/MatchVerifier.h
unittests/AST/SourceLocationTest.cpp