From 8f2085ed164015cace93f0de0c76d5c089ea4ef5 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 19 Feb 2015 07:14:26 +0000 Subject: CXXNameMangler::mangleUnresolvedPrefix(): Prune an obsolete \param, according to r229809. [-Wdocumentation] llvm-svn: 229823 --- clang/lib/AST/ItaniumMangle.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'clang/lib/AST') 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, -- cgit v1.2.3