https://llvm.org/bugs/show_bug.cgi?id=30739
Bug ID: 30739 Summary: assertion failure on ambiguous qualifier in dependent member access, "Cannot handle ambiguities here yet" Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: C++ Assignee: unassignedclangb...@nondot.org Reporter: richard-l...@metafoo.co.uk CC: dgre...@apple.com, llvm-bugs@lists.llvm.org Classification: Unclassified Testcase: inline namespace N { struct X { int n; }; } inline namespace M { struct X {}; } struct Y : N::X {}; template<typename T> int f(T y) { return y.X::n; } Result: clang-3.5: lib/Sema/SemaCXXScopeSpec.cpp:370: clang::NamedDecl *clang::Sema::FindFirstQualifierInScope(clang::Scope *, clang::NestedNameSpecifier *): Assertion `!Found.isAmbiguous() && "Cannot handle ambiguities here yet"' failed. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs