]> granicus.if.org Git - clang/commitdiff
Remove a comment that appears a second time 22 lines further down.
authorNico Weber <nicolasweber@gmx.de>
Tue, 30 Dec 2014 20:13:37 +0000 (20:13 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 30 Dec 2014 20:13:37 +0000 (20:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225004 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaCXXScopeSpec.cpp

index 49e8a155c3ab75bba3074d975cd3b0cdedcf15ef..3e56e676a15c58fb8c5164949703cabb5894b79e 100644 (file)
@@ -410,9 +410,6 @@ class NestedNameSpecifierValidatorCCC : public CorrectionCandidateCallback {
 /// \brief Build a new nested-name-specifier for "identifier::", as described
 /// by ActOnCXXNestedNameSpecifier.
 ///
-/// This routine differs only slightly from ActOnCXXNestedNameSpecifier, in
-/// that it contains an extra parameter \p ScopeLookupResult.
-///
 /// \param S Scope in which the nested-name-specifier occurs.
 /// \param Identifier Identifier in the sequence "identifier" "::".
 /// \param IdentifierLoc Location of the \p Identifier.