http://llvm.org/bugs/show_bug.cgi?id=21034
Bug ID: 21034
Summary: clang does not use the specific manglings for
reinterpret_cast etc.
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
The clang mangler appears to use
expression ::= cv <type> <expression>
regardless of whether the cast expression is a C-style cast, a const_cast, a
reinterpret_cast, or a dynamic_cast.
The Itanium C++ ABI specifies different manglings for these expressions, and
function templates using different cast kinds are different according to the
ODR.
--
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