]> granicus.if.org Git - clang/commit
Add a new placeholder type to represent "unbridged"
authorJohn McCall <rjmccall@apple.com>
Mon, 17 Oct 2011 18:09:15 +0000 (18:09 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 17 Oct 2011 18:09:15 +0000 (18:09 +0000)
commit0ddaeb9b031070ec64afe92d9892875ac44df427
treefabdbbd8a366601ea6548bdabd2d458b1ac26e1a
parent4919dfd54e2296ca997e3d1c9dab85976bba8e95
Add a new placeholder type to represent "unbridged"
casts in ARC.

No semantic analysis yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142208 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/clang/AST/ASTContext.h
include/clang/AST/Type.h
include/clang/Serialization/ASTBitCodes.h
lib/AST/ASTContext.cpp
lib/AST/ASTImporter.cpp
lib/AST/ItaniumMangle.cpp
lib/AST/MicrosoftMangle.cpp
lib/AST/Type.cpp
lib/AST/TypeLoc.cpp
lib/Analysis/PrintfFormatString.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGRTTI.cpp
lib/CodeGen/CodeGenTypes.cpp
lib/Serialization/ASTCommon.cpp
lib/Serialization/ASTReader.cpp
tools/libclang/CIndex.cpp
tools/libclang/CIndexUSRs.cpp