[LLVMbugs] [Bug 16367] (null) in diagnostic
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jun 19 15:28:29 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16367
rtrieu at google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |rtrieu at google.com
Resolution|--- |FIXED
--- Comment #1 from rtrieu at google.com ---
Fixed in r184377
echo 'struct A { template<typename T> void f(); }; class A::template f<int>;' |
bin/clang -x c++ - -std=c++11
<stdin>:1:65: error: identifier followed by '<' indicates a class template
specialization but 'f' refers to a function template
struct A { template<typename T> void f(); }; class A::template f<int>;
~~~~~~~~~~~ ^
1 error generated.
--
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/08390a24/attachment.html>
More information about the llvm-bugs
mailing list