Skip to content
  1. Jul 22, 2011
    • Jordy Rose's avatar
      Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin. · a91768e5
      Jordy Rose authored
      This was previously not-const only because it has to lazily construct a chain
      of ivars the first time it is called (and after the chain is invalidated).
      In practice, all the clients were just const_casting their const Decls;
      all those now-unnecessary const_casts have been removed.
      
      llvm-svn: 135741
      a91768e5
  2. Jul 21, 2011
  3. Jul 20, 2011
  4. Jul 19, 2011
  5. Jul 18, 2011
  6. Jul 15, 2011
  7. Jul 14, 2011
  8. Jul 13, 2011
  9. Jul 12, 2011
Loading