[cfe-commits] r138166 - /cfe/trunk/test/CodeGenCXX/2004-09-27-CompilerCrash.cpp

Eric Christopher echristo at apple.com
Fri Aug 19 17:22:40 PDT 2011


Author: echristo
Date: Fri Aug 19 19:22:40 2011
New Revision: 138166

URL: http://llvm.org/viewvc/llvm-project?rev=138166&view=rev
Log:
Remove this file, it's not much of a test and string headers cause
problems on windows.

Removed:
    cfe/trunk/test/CodeGenCXX/2004-09-27-CompilerCrash.cpp

Removed: cfe/trunk/test/CodeGenCXX/2004-09-27-CompilerCrash.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/2004-09-27-CompilerCrash.cpp?rev=138165&view=auto
==============================================================================
--- cfe/trunk/test/CodeGenCXX/2004-09-27-CompilerCrash.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/2004-09-27-CompilerCrash.cpp (removed)
@@ -1,13 +0,0 @@
-// RUN: %clang_cc1 -emit-llvm %s -o -
-
-struct Pass {} ;
-template<typename PassName>
-Pass *callDefaultCtor() { return new PassName(); }
-
-void foo(Pass *(*C)());
-
-#include <string>
-
-bool foo(std::string &X) {
-  return X.empty();
-}





More information about the cfe-commits mailing list