[llvm-commits] [PATCH] [lld] Factor File::addAtom out to MutableFile::addAtom.

kledzik at apple.com kledzik at apple.com
Fri Jan 11 13:50:54 PST 2013


  I don't see anything "wrong" with it.  I've seen mutability as part of the type system used in other languages, but not so much in C++ because careful use of const can do the same thing.  But if you guys have seen that this as better in practice, then go ahead.

  -Nick

http://llvm-reviews.chandlerc.com/D274



More information about the llvm-commits mailing list