Skip to content
  • 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
Loading