Go to file
Chris Lattner d13b8b55ca fix rdar://6611778, a redefinition of an interface was causing an
assertion when the ivars and method list was reset into the existing
interface.  To fix this, mark decls as invalid when they are redefined,
and don't insert ivars/methods into invalid decls.

llvm-svn: 65340
2009-02-23 22:00:08 +00:00
clang fix rdar://6611778, a redefinition of an interface was causing an 2009-02-23 22:00:08 +00:00
llvm Correctly implement ImmutableMap::getMaxElement() by getting the actual <key, value> pair. 2009-02-23 17:28:16 +00:00