Chris Lattner <clattner at apple.com> writes: > If a type is *only* immutable, 'const' is just noise in the codebase. > This is why llvm::Type is no longer const qualified anywhere. "const" is most definitely NOT just noise. It conveys semantics and catches errors at compile time. -Dave