http://llvm.org/bugs/show_bug.cgi?id=16367

            Bug ID: 16367
           Summary: (null) in diagnostic
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

echo 'struct A { template<typename T> void f(); }; class A::template f<int>;' |
clang -x c++ - -std=c++11
<stdin>:1:65: error: identifier followed by '<' indicates a class template
specialization but (null) refers to a function template

Presumably that (null) should say 'f'?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to