================
Comment at: lib/AST/VTableBuilder.cpp:1592
@@ +1591,3 @@
+        ++NextMI;
+        assert(NextMI == E && "The implicit virtual destructor "
+               "should be the last method in a class");
----------------
Timur Iskhodzhanov wrote:
> I'm not 100% about this one, so please check my reasoning below.
> 
> a) the VTableBuilder code has always assumed that the implicit virtual dtor 
> is at the end of the RD->method_* list, but the assert just wasn't there.
> b) I //think// the implicit virtual dtor, if present, should always be at the 
> end of the methods list, as one can only tell there is no explicit dtor after 
> he/she has finished reading the whole record definition.
Yeah, it fails on

  test/CodeGenCXX/thunks-available-externally.cpp


http://llvm-reviews.chandlerc.com/D785
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to