forked from OSchip/llvm-project
Remove a comment that appears a second time 22 lines further down.
llvm-svn: 225004
This commit is contained in:
parent
7ef497b1f5
commit
0db59733b5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue