[cfe-commits] r157306 - in /cfe/trunk/test/CodeGenCXX: debug-info-flex-member.cpp debug-info-vla-range.cpp

Eric Christopher echristo at apple.com
Tue May 22 17:18:46 PDT 2012


Author: echristo
Date: Tue May 22 19:18:46 2012
New Revision: 157306

URL: http://llvm.org/viewvc/llvm-project?rev=157306&view=rev
Log:
Move file to be more representative.

Added:
    cfe/trunk/test/CodeGenCXX/debug-info-flex-member.cpp
      - copied, changed from r157305, cfe/trunk/test/CodeGenCXX/debug-info-vla-range.cpp
Removed:
    cfe/trunk/test/CodeGenCXX/debug-info-vla-range.cpp

Copied: cfe/trunk/test/CodeGenCXX/debug-info-flex-member.cpp (from r157305, cfe/trunk/test/CodeGenCXX/debug-info-vla-range.cpp)
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-flex-member.cpp?p2=cfe/trunk/test/CodeGenCXX/debug-info-flex-member.cpp&p1=cfe/trunk/test/CodeGenCXX/debug-info-vla-range.cpp&r1=157305&r2=157306&rev=157306&view=diff
==============================================================================
    (empty)

Removed: cfe/trunk/test/CodeGenCXX/debug-info-vla-range.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-vla-range.cpp?rev=157305&view=auto
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-vla-range.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-vla-range.cpp (removed)
@@ -1,9 +0,0 @@
-// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
-
-// CHECK: metadata !{i32 {{.*}}, i64 1, i64 0}        ; [ DW_TAG_subrange_type ]
-
-struct StructName {
-  int member[];
-};
-
-struct StructName SN;





More information about the cfe-commits mailing list