Skip to content
  • Chris Lattner's avatar
    Restructure and simplify Sema::ObjCQualifiedIdTypesAreCompatible, · 2cc4e232
    Chris Lattner authored
    deleting dead code, making other code more obvious, and fixing a
    bug.  This fixes these (bogus) warnings in release mode:
    
    SemaExprObjC.cpp:383: warning: 'RHSProtoE' may be used uninitialized in this function
    SemaExprObjC.cpp:383: warning: 'RHSProtoI' may be used uninitialized in this function
    
    llvm-svn: 49984
    2cc4e232
Loading