r177958 - Remove FIXMEs: these are covered by a core issue which we don't yet implement
Richard Smith
richard-llvm at metafoo.co.uk
Mon Mar 25 18:17:18 PDT 2013
Author: rsmith
Date: Mon Mar 25 20:17:18 2013
New Revision: 177958
URL: http://llvm.org/viewvc/llvm-project?rev=177958&view=rev
Log:
Remove FIXMEs: these are covered by a core issue which we don't yet implement
(but we happen to get this part right).
Modified:
cfe/trunk/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp
Modified: cfe/trunk/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp?rev=177958&r1=177957&r2=177958&view=diff
==============================================================================
--- cfe/trunk/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp (original)
+++ cfe/trunk/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp Mon Mar 25 20:17:18 2013
@@ -88,12 +88,10 @@ namespace InhCtor {
};
};
struct Z : A {
- // FIXME: Core wording says this is invalid, but we and g++ accept.
using A::A::A;
};
template<typename T>
struct ZT : T::T {
- // FIXME: Core wording says this is invalid, but we and g++ accept.
using T::T::T;
};
}
More information about the cfe-commits
mailing list