[llvm-bugs] [Bug 26456] New: clang assert !R.empty() && "empty lookup results when building templateid"
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Feb 3 08:31:06 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26456
Bug ID: 26456
Summary: clang assert !R.empty() && "empty lookup results when
building templateid"
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: yaron.keren at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
clang -fsyntax-only on :
class FESystem {
template <int > hp_object_dof_identities (} FESystem:a(
hp_object_dof_identities<>(
results in expected compilation errors Assertion failed: !R.empty() && "empty
lookup results when building templateid", file
C:\llvm\tools\clang\lib\Sema\SemaTemplate.cpp, line 2907
clang version 3.9.0 (trunk 259648)
Target: x86_64-pc-windows-msvc
--
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/20160203/4bff7eec/attachment.html>
More information about the llvm-bugs
mailing list