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

David Majnemer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #2 from David Majnemer <[email protected]> ---
This doesn't reproduced under trunk and has likely been fixed for some time:

$ echo 'extern "C" int printf(const char *, ...);
template <typename T> void f(T) { printf("%s\\n", __PRETTY_FUNCTION__); }
int main() { f(0); }' | clang++ -x c++ - -o t
$ ./t
void f(T) [T = int]

-- 
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