]> granicus.if.org Git - clang/commitdiff
Test verified.
authorJohn McCall <rjmccall@apple.com>
Tue, 1 May 2012 19:57:05 +0000 (19:57 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 1 May 2012 19:57:05 +0000 (19:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155932 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/ms_class_layout.cpp

index 4a3a647c72be69f94217be92b76f40558aa84a7e..f48494733184b89d12519c4bf36cd2e0fc2c13b1 100644 (file)
@@ -488,7 +488,6 @@ int main() {
 
 // Overriding a method means that all the vbases containing that
 // method need a vtordisp.
-// FIXME: this is unverified!!
 namespace test1 {
   struct A { virtual void foo(); };
   struct B : A {};