[LLVMbugs] [Bug 16367] New: (null) in diagnostic
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jun 18 18:30:44 PDT 2013
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: unassignedclangbugs at nondot.org
Reporter: richard-llvm at metafoo.co.uk
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130619/e2160cb3/attachment.html>
More information about the llvm-bugs
mailing list