This revision was automatically updated to reflect the committed changes.
Closed by commit rL290205: Make two vtable tests tolerate C++11. (authored by
probinson).
Changed prior to commit:
https://reviews.llvm.org/D27994?vs=82126&id=82156#toc
Repository:
rL LLVM
https://reviews.llvm.org/D27
rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.
No, seems fine to me.
https://reviews.llvm.org/D27994
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/m
probinson created this revision.
probinson added a reviewer: rjmccall.
probinson added a subscriber: cfe-commits.
In C++11, we don't emit vtables as eagerly as we do for C++03, so fiddle the
tests to emit them when the test expects them.
In the C++11 test cleanup project, we're commonly making t