[cfe-commits] r168698 - /cfe/trunk/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp
Timur Iskhodzhanov
timurrrr at google.com
Tue Nov 27 04:55:48 PST 2012
Author: timurrrr
Date: Tue Nov 27 06:55:47 2012
New Revision: 168698
URL: http://llvm.org/viewvc/llvm-project?rev=168698&view=rev
Log:
Remove outdated FIXME; should have removed that in r160782
Modified:
cfe/trunk/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp
Modified: cfe/trunk/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp?rev=168698&r1=168697&r2=168698&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp Tue Nov 27 06:55:47 2012
@@ -1,7 +1,5 @@
// RUN: %clang_cc1 -emit-llvm %s -o - -cxx-abi microsoft -triple=i386-pc-win32 | FileCheck %s
-// FIXME: add tests for return types with complex templates when PR13389 is fixed.
-
template<class X, class Y, class Z>
class A {};
template<class X>
More information about the cfe-commits
mailing list