[cfe-commits] r59028 - /cfe/trunk/test/CodeGen/PR3021-debug-info-and-typeof.c
Chris Lattner
sabre at nondot.org
Mon Nov 10 22:27:34 PST 2008
Author: lattner
Date: Tue Nov 11 00:27:34 2008
New Revision: 59028
URL: http://llvm.org/viewvc/llvm-project?rev=59028&view=rev
Log:
add PR#
Modified:
cfe/trunk/test/CodeGen/PR3021-debug-info-and-typeof.c
Modified: cfe/trunk/test/CodeGen/PR3021-debug-info-and-typeof.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/PR3021-debug-info-and-typeof.c?rev=59028&r1=59027&r2=59028&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/PR3021-debug-info-and-typeof.c (original)
+++ cfe/trunk/test/CodeGen/PR3021-debug-info-and-typeof.c Tue Nov 11 00:27:34 2008
@@ -1,5 +1,6 @@
// RUN: clang -o %t --emit-llvm -g %s
+// PR3023
void convert(void) {
struct { typeof(0) f0; } v0;
}
More information about the cfe-commits
mailing list