summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/2005-02-14-BitFieldOffset.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-07-14 06:17:03 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-07-14 06:17:03 +0000
commit3460dbbaf6fccc35062e78032df7f260419d67b7 (patch)
tree9364846fa8ecff3677333765d7596d2b98d8735d /clang/test/CodeGenCXX/2005-02-14-BitFieldOffset.cpp
parentd9f3f4548e50b3468211c9113f6bf91b3788450c (diff)
downloadbcm5719-llvm-3460dbbaf6fccc35062e78032df7f260419d67b7.tar.gz
bcm5719-llvm-3460dbbaf6fccc35062e78032df7f260419d67b7.zip
Delete a test that is checking badly for a point bug that Clang never had (and that spuriously fails with modules enabled).
llvm-svn: 186278
Diffstat (limited to 'clang/test/CodeGenCXX/2005-02-14-BitFieldOffset.cpp')
-rw-r--r--clang/test/CodeGenCXX/2005-02-14-BitFieldOffset.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/clang/test/CodeGenCXX/2005-02-14-BitFieldOffset.cpp b/clang/test/CodeGenCXX/2005-02-14-BitFieldOffset.cpp
deleted file mode 100644
index c37f5dce32b..00000000000
--- a/clang/test/CodeGenCXX/2005-02-14-BitFieldOffset.cpp
+++ /dev/null
@@ -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;
-}
OpenPOWER on IntegriCloud