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

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from Richard Smith <[email protected]> 2012-08-17 
19:57:11 CDT ---
Fixed in r162159. Both testcases now produce diagnostics like this:

<stdin>:4:10: error: use of class template foo requires template arguments
void bar(foo *X) {
         ^
<stdin>:2:7: note: template is declared here
class foo {
      ^

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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