summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/Mangle.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-05-15 17:06:29 +0000
committerJohn McCall <rjmccall@apple.com>2010-05-15 17:06:29 +0000
commitb0efad148c12994ae139da0269ee5653bf736c63 (patch)
treec875a932a11867dd36fe1e9e6ae3e9bb8881c70a /clang/lib/CodeGen/Mangle.cpp
parent6459bbe14a43313c92cbd6d5a6f6eb58b8775c39 (diff)
downloadbcm5719-llvm-b0efad148c12994ae139da0269ee5653bf736c63.tar.gz
bcm5719-llvm-b0efad148c12994ae139da0269ee5653bf736c63.zip
Modify this comment per Doug's suggestion: we don't need to mangle protocols.
llvm-svn: 103875
Diffstat (limited to 'clang/lib/CodeGen/Mangle.cpp')
-rw-r--r--clang/lib/CodeGen/Mangle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/Mangle.cpp b/clang/lib/CodeGen/Mangle.cpp
index 84453b33067..46a9f6ce82b 100644
--- a/clang/lib/CodeGen/Mangle.cpp
+++ b/clang/lib/CodeGen/Mangle.cpp
@@ -1207,8 +1207,8 @@ void CXXNameMangler::mangleType(const ObjCInterfaceType *T) {
}
void CXXNameMangler::mangleType(const ObjCObjectType *T) {
- // FIXME: do we allow overloading by different protocols?
- // If so, we need to mangle them in here.
+ // We don't allow overloading by different protocol qualification,
+ // so mangling them isn't necessary.
mangleType(T->getBaseType());
}
OpenPOWER on IntegriCloud