Skip to content
Commit a91768e5 authored by Jordy Rose's avatar Jordy Rose
Browse files

Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin.

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
parent dff8de77
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment