[LLVMbugs] [Bug 5066] clang/C++: better warning when template parameter mistakenly has variable name
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Wed Jul 10 22:10:57 PDT 2013
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=5066
Richard Smith <richard-llvm at metafoo.co.uk> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |FIXED
--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Fixed in r186061.
<stdin>:4:10: error: type-id cannot have a name
Foo<int* X, int> x;
         ^
-- 
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/20130711/cbff5b05/attachment.html>
    
    
More information about the llvm-bugs
mailing list