]> granicus.if.org Git - clang/commit
Improve handling of vector casts in C++.
authorAnders Carlsson <andersca@mac.com>
Wed, 16 Sep 2009 19:19:43 +0000 (19:19 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 16 Sep 2009 19:19:43 +0000 (19:19 +0000)
commit0de51bc6122f6cee0e8081d65dfcc7d500da1c6f
treecd38cabe5e28301bf8b6b1e204d355a017f14581
parentaad826b3877ed096119989a21e0acec6ff7d70bd
Improve handling of vector casts in C++.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82072 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaCXXCast.cpp
test/SemaCXX/vector-casts.cpp [new file with mode: 0644]