Skip to content
  • Steve Naroff's avatar
    Tweak implementation for allowing ObjC builtin type redefinitions. · 44cfcb6f
    Steve Naroff authored
    - 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
    44cfcb6f
Loading