mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 00:15:21 +08:00
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
86 KiB
86 KiB