[LLVMbugs] [Bug 10487] Invalid C++ code crashes frontend
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Feb 20 16:45:37 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=10487
Aaron Ballman <aaron at aaronballman.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |aaron at aaronballman.com
Resolution| |WORKSFORME
--- Comment #2 from Aaron Ballman <aaron at aaronballman.com> 2012-02-20 18:45:37 CST ---
Works in ToT (r151000), gives the warning:
C:\llvm>clang -fsyntax-only -fms-compatibility "C:\Users\Aaron
Ballman\Desktop\invalid.cpp"
C:\Users\Aaron Ballman\Desktop\invalid.cpp:3:24: warning: type specifier
missing, defaults to 'int' [-Wimplicit-int]
template<typename T1> f(T1 a) {
^
1 warning generated.
--
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.
More information about the llvm-bugs
mailing list