r185628 - Clang has no nested function support. Delete this test.

Rafael Espindola rafael.espindola at gmail.com
Thu Jul 4 07:13:53 PDT 2013


Author: rafael
Date: Thu Jul  4 09:13:53 2013
New Revision: 185628

URL: http://llvm.org/viewvc/llvm-project?rev=185628&view=rev
Log:
Clang has no nested function support. Delete this test.

Removed:
    cfe/trunk/test/CodeGen/2008-01-11-ChainConsistency.c

Removed: cfe/trunk/test/CodeGen/2008-01-11-ChainConsistency.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2008-01-11-ChainConsistency.c?rev=185627&view=auto
==============================================================================
--- cfe/trunk/test/CodeGen/2008-01-11-ChainConsistency.c (original)
+++ cfe/trunk/test/CodeGen/2008-01-11-ChainConsistency.c (removed)
@@ -1,3 +0,0 @@
-// RUN: %clang_cc1 -emit-llvm %s -o - -fnested-functions | not grep nest
-
-void n1(void) { void a(void) { a(); } a(); }





More information about the cfe-commits mailing list