Skip to content
  1. Oct 06, 2007
  2. Oct 05, 2007
  3. Oct 04, 2007
  4. Oct 03, 2007
  5. Oct 02, 2007
    • Steve Naroff's avatar
      · d1741552
      Steve Naroff authored
      Remove Action::ActOnImpleIvarVsClassIvars(), it is only called by Sema (not Parser).
      Add Sema::CheckImplementationIvars() to replace the previous action.
      
      llvm-svn: 42553
      d1741552
    • Steve Naroff's avatar
      · f5a55c5a
      Steve Naroff authored
      Rename ObjcInterfaceDecl::getIsForwardDecl() to isForwardDecl().
      Rename ObjcProtocolDecl::getIsForwardProtoDecl() to isForwardDecl().
      Rename ObjcInterfaceDecl::setIsForwardDecl() to setForwardDecl().
      Rename ObjcProtocolDecl::setIsForwardProtoDecl() to setForwardDecl().
      
      Two reasons:
      
      #1: boolean predicates should start with "is".
      #2: Since these two sets of methods represent the same concept, they should be named the same (polymorphism is good:-)
      
      llvm-svn: 42545
      f5a55c5a
    • Fariborz Jahanian's avatar
      Previously, I warned those methods not implemented in implementation class/category. · adf84f3f
      Fariborz Jahanian authored
      Now, I also warn those class/categories which are incomplete because of this.
      
      llvm-svn: 42544
      adf84f3f
    • Steve Naroff's avatar
      · c6814ea6
      Steve Naroff authored
      - Add ObjcInterfaceDecl::lookupInstanceMethod(), lookupClassMethod().
      - Add ObjcMessageExpr::getSelector(), getClassName().
      - Change Sema::getObjCInterfaceDecl() to simply take an IdentifierInfo (no Scope needed).
      - Remove FIXME for printing ObjCMessageExpr's.
      
      llvm-svn: 42543
      c6814ea6
Loading