[LLVMbugs] [Bug 7940] Using -std=c++98 with Clang causes mangled identifiers in resolution errors
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Aug 19 12:53:02 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7940
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Chris Lattner <clattner at apple.com> 2010-08-19 14:53:02 CDT ---
This is required by the C++ language. C++ supports overloading (and thus
requires mangling) C doesn't.
--
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