summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ItaniumMangle.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-02-19 07:14:26 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-02-19 07:14:26 +0000
commit8f2085ed164015cace93f0de0c76d5c089ea4ef5 (patch)
tree3088a506af240d108f9e6e5872a865ce42a35b36 /clang/lib/AST/ItaniumMangle.cpp
parentcb34c67c2a53a00bfd9108495e7b18e21186a0a0 (diff)
downloadbcm5719-llvm-8f2085ed164015cace93f0de0c76d5c089ea4ef5.tar.gz
bcm5719-llvm-8f2085ed164015cace93f0de0c76d5c089ea4ef5.zip
CXXNameMangler::mangleUnresolvedPrefix(): Prune an obsolete \param, according to r229809. [-Wdocumentation]
llvm-svn: 229823
Diffstat (limited to 'clang/lib/AST/ItaniumMangle.cpp')
-rw-r--r--clang/lib/AST/ItaniumMangle.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/AST/ItaniumMangle.cpp b/clang/lib/AST/ItaniumMangle.cpp
index d181f356fcd..f4fee77925b 100644
--- a/clang/lib/AST/ItaniumMangle.cpp
+++ b/clang/lib/AST/ItaniumMangle.cpp
@@ -793,8 +793,6 @@ void CXXNameMangler::manglePrefix(QualType type) {
/// Mangle everything prior to the base-unresolved-name in an unresolved-name.
///
-/// \param firstQualifierLookup - the entity found by unqualified lookup
-/// for the first name in the qualifier, if this is for a member expression
/// \param recursive - true if this is being called recursively,
/// i.e. if there is more prefix "to the right".
void CXXNameMangler::mangleUnresolvedPrefix(NestedNameSpecifier *qualifier,
OpenPOWER on IntegriCloud