]> granicus.if.org Git - clang/commit
Contextual arity is a feature of mangling expressions; kill off
authorJohn McCall <rjmccall@apple.com>
Wed, 18 Aug 2010 19:18:59 +0000 (19:18 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 18 Aug 2010 19:18:59 +0000 (19:18 +0000)
commit5e1e89b8af283af34943a477dc6378f1a641df26
tree3ea6473a7f8c764a9153d2920191251f33549e1e
parent19ffd492a31a25fb691098bf79f317e5f3edf177
Contextual arity is a feature of mangling expressions;  kill off
mangleCallExpression.  Also, operator names with unknown arity should
be mangled as binary operators;  this is actually covered by an oddly-
positioned sentence in the ABI document.  Fixes PR7891.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111395 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/Mangle.cpp
test/CodeGenCXX/mangle.cpp