From: Douglas Gregor Date: Tue, 3 Feb 2009 19:26:44 +0000 (+0000) Subject: Remove a fixed FIXME X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c144bfa05a92dcd14e2649f6dcfa1bc6d3f39f1e;p=clang Remove a fixed FIXME git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63648 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaCXX/using-directive.cpp b/test/SemaCXX/using-directive.cpp index baf5d58126..e258586491 100644 --- a/test/SemaCXX/using-directive.cpp +++ b/test/SemaCXX/using-directive.cpp @@ -68,7 +68,6 @@ class X { }; namespace N { - // FIXME: both of these should work, but they currently cause an ambiguity. struct K2; struct K2 { }; }