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: unassignedb...@nondot.org
          Reporter: yaron.ke...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to