r186278 - Delete a test that is checking badly for a point bug that Clang never had (and that spuriously fails with modules enabled).

Richard Smith richard-llvm at metafoo.co.uk
Sat Jul 13 23:17:03 PDT 2013


Author: rsmith
Date: Sun Jul 14 01:17:03 2013
New Revision: 186278

URL: http://llvm.org/viewvc/llvm-project?rev=186278&view=rev
Log:
Delete a test that is checking badly for a point bug that Clang never had (and that spuriously fails with modules enabled).

Removed:
    cfe/trunk/test/CodeGenCXX/2005-02-14-BitFieldOffset.cpp

Removed: cfe/trunk/test/CodeGenCXX/2005-02-14-BitFieldOffset.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/2005-02-14-BitFieldOffset.cpp?rev=186277&view=auto
==============================================================================
--- cfe/trunk/test/CodeGenCXX/2005-02-14-BitFieldOffset.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/2005-02-14-BitFieldOffset.cpp (removed)
@@ -1,12 +0,0 @@
-// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
-
-// CHECK-NOT: i32 6
-struct QVectorTypedData {
-    int size;
-    unsigned int sharable : 1;
-    unsigned short array[1];
-};
-
-void foo(QVectorTypedData *X) {
-  X->array[0] = 123;
-}





More information about the cfe-commits mailing list