r225004 - Remove a comment that appears a second time 22 lines further down.
Nico Weber
nicolasweber at gmx.de
Tue Dec 30 12:13:37 PST 2014
Author: nico
Date: Tue Dec 30 14:13:37 2014
New Revision: 225004
URL: http://llvm.org/viewvc/llvm-project?rev=225004&view=rev
Log:
Remove a comment that appears a second time 22 lines further down.
Modified:
cfe/trunk/lib/Sema/SemaCXXScopeSpec.cpp
Modified: cfe/trunk/lib/Sema/SemaCXXScopeSpec.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaCXXScopeSpec.cpp?rev=225004&r1=225003&r2=225004&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaCXXScopeSpec.cpp (original)
+++ cfe/trunk/lib/Sema/SemaCXXScopeSpec.cpp Tue Dec 30 14:13:37 2014
@@ -410,9 +410,6 @@ class NestedNameSpecifierValidatorCCC :
/// \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.
More information about the cfe-commits
mailing list