[cfe-commits] r92044 - in /cfe/trunk/test/Index: c-index-crasher-rdar_7487294.c recover-bad-code-rdar_7487294.c
Ted Kremenek
kremenek at apple.com
Wed Dec 23 12:59:39 PST 2009
Author: kremenek
Date: Wed Dec 23 14:59:39 2009
New Revision: 92044
URL: http://llvm.org/viewvc/llvm-project?rev=92044&view=rev
Log:
Rename test file.
Added:
cfe/trunk/test/Index/recover-bad-code-rdar_7487294.c
- copied unchanged from r92043, cfe/trunk/test/Index/c-index-crasher-rdar_7487294.c
Removed:
cfe/trunk/test/Index/c-index-crasher-rdar_7487294.c
Removed: cfe/trunk/test/Index/c-index-crasher-rdar_7487294.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/c-index-crasher-rdar_7487294.c?rev=92043&view=auto
==============================================================================
--- cfe/trunk/test/Index/c-index-crasher-rdar_7487294.c (original)
+++ cfe/trunk/test/Index/c-index-crasher-rdar_7487294.c (removed)
@@ -1,14 +0,0 @@
-// RUN: %clang-cc1 -fsyntax-only %s 2>&1 | FileCheck %s
-
-// IMPORTANT: This test case intentionally DOES NOT use --disable-free. It
-// tests that we are properly reclaiming the ASTs and we do not have a double free.
-// Previously we tried to free the size expression of the VLA twice.
-
-int foo(int x) {
- int y[x * 3];
- help
-};
-
-// CHECK: 9:3: error: use of undeclared identifier 'help'
-// CHECK: help
-// CHECK: 14:102: error: expected '}'
More information about the cfe-commits
mailing list