From: Rafael Espindola Date: Wed, 10 Mar 2010 14:01:14 +0000 (+0000) Subject: Move test and also test codegen. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=266e05ca8a77fa26fa136b5e45b58cba42e1d818;p=clang Move test and also test codegen. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98154 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaCXX/PR6474.cpp b/test/CodeGenCXX/PR6474.cpp similarity index 93% rename from test/SemaCXX/PR6474.cpp rename to test/CodeGenCXX/PR6474.cpp index bce04cdc57..68c09c9b95 100644 --- a/test/SemaCXX/PR6474.cpp +++ b/test/CodeGenCXX/PR6474.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -fsyntax-only -std=c++0x +// RUN: %clang_cc1 %s -emit-llvm namespace test0 { template struct X {