[LLVMbugs] [Bug 20932] Assertion failed: (Iter != Map.end() && "Identifier not in the type map?"), function resolve, llvm/include/llvm/IR/DebugInfo.h, line 268.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jan 26 08:19:54 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=20932
Adrian Prantl <aprantl at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Adrian Prantl <aprantl at apple.com> ---
This seems to behave correctly now.
_build.ninja.release/bin/clang /Users/adrian/Downloads/reduced.cc
/Users/adrian/Downloads/reduced.cc:13:3: error: reference to 'B' is ambiguous
B *b_;
^
/Users/adrian/Downloads/reduced.cc:6:7: note: candidate found by name lookup is
'B'
class B {
^
/Users/adrian/Downloads/reduced.cc:4:10: note: candidate found by name lookup
is 'B'
using A::B;
^
/Users/adrian/Downloads/reduced.cc:14:5: error: reference to 'B' is ambiguous
D(B *b) : b_(b) { }
^
/Users/adrian/Downloads/reduced.cc:6:7: note: candidate found by name lookup is
'B'
class B {
^
/Users/adrian/Downloads/reduced.cc:4:10: note: candidate found by name lookup
is 'B'
using A::B;
^
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/20150126/d4aa1396/attachment.html>
More information about the llvm-bugs
mailing list