]> granicus.if.org Git - clang/commitdiff
CXXNameMangler::mangleUnresolvedPrefix(): Prune an obsolete \param, according to...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 19 Feb 2015 07:14:26 +0000 (07:14 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 19 Feb 2015 07:14:26 +0000 (07:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229823 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ItaniumMangle.cpp

index d181f356fcd6640553f5dc22e81b1ae239ecda95..f4fee77925b69904812c8745561b3f9f0b4628c5 100644 (file)
@@ -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,