]> granicus.if.org Git - clang/commit
Added ASTContext::setObjcIdType/getObjcIdType(), set by Sema.
authorSteve Naroff <snaroff@apple.com>
Mon, 15 Oct 2007 14:41:52 +0000 (14:41 +0000)
committerSteve Naroff <snaroff@apple.com>
Mon, 15 Oct 2007 14:41:52 +0000 (14:41 +0000)
commit7e219e47de26346885d667131977bd9ca2d7662a
tree9b46962d0bb3d31b2dfd053fa78acf89cc4f0ea6
parent954ea17353d3b24be52424bc287bdb6bef787fec
Added ASTContext::setObjcIdType/getObjcIdType(), set by Sema.

Also noticed ASTContext::BuiltinVaListType wasn't being initialized to the null type (so I set it).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42983 91177308-0d34-0410-b5e6-96231b3b80d8
AST/ASTContext.cpp
AST/Type.cpp
Sema/Sema.cpp
Sema/Sema.h
include/clang/AST/ASTContext.h