[LLVMbugs] [Bug 17832] Assertion failed: SS.isEmpty() && "qualifiers should be already handled"
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Nov 5 16:52:38 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=17832
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Reid Kleckner <rnk at google.com> ---
This no longer reproduces, we give errors:
t.cpp:1:38: error: expected class name
template <class T> struct B : public A {};
^
t.cpp:3:20: error: no member named 'f' in the global namespace
C(int &&) : _D(::f(0)) {}
~~^
2 errors generated.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141106/bfd78019/attachment.html>
More information about the llvm-bugs
mailing list