Go to file
Steve Naroff 44cfcb6fb1 Tweak implementation for allowing ObjC builtin type redefinitions.
- Replace string comparisons with pre-defined idents.
- Avoid calling isBuiltinObjCType() to avoid two checks. 
- Remove isBuiltinObjCType(), since it was only used in Sema::MergeTypeDefDecl().
- Have Sema::MergeTypeDefDecl() set the new type.

This is a moidified version of an patch by David Chisnall.

llvm-svn: 55990
2008-09-09 14:32:20 +00:00
clang Tweak implementation for allowing ObjC builtin type redefinitions. 2008-09-09 14:32:20 +00:00
llvm Optimization suggested by Matthijs Kooijman. 2008-09-09 13:44:24 +00:00