]> granicus.if.org Git - clang/commitdiff
Remove this file, it's not much of a test and string headers cause
authorEric Christopher <echristo@apple.com>
Sat, 20 Aug 2011 00:22:40 +0000 (00:22 +0000)
committerEric Christopher <echristo@apple.com>
Sat, 20 Aug 2011 00:22:40 +0000 (00:22 +0000)
problems on windows.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138166 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/2004-09-27-CompilerCrash.cpp [deleted file]

diff --git a/test/CodeGenCXX/2004-09-27-CompilerCrash.cpp b/test/CodeGenCXX/2004-09-27-CompilerCrash.cpp
deleted file mode 100644 (file)
index 5e5af4a..0000000
+++ /dev/null
@@ -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();
-}