]> granicus.if.org Git - clang/commit
Perform the bad-address-space conversions check as part of
authorJohn McCall <rjmccall@apple.com>
Tue, 1 Feb 2011 00:10:29 +0000 (00:10 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 1 Feb 2011 00:10:29 +0000 (00:10 +0000)
commit86c05f3f28bcf07c97dfb1881686fc43be2f47c2
tree342fce9d2afec3117e45d47ba3f52ec76f534b28
parent293a45e724a15fb58b8805a5791f9f3aee769cf6
Perform the bad-address-space conversions check as part of
CheckPointerTypesForAssignment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124632 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/Sema/Sema.cpp
lib/Sema/SemaExpr.cpp
test/PCH/types.c
test/Sema/address_spaces.c