r317216 - Fix comment typo
Jan Korous via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 2 09:37:00 PDT 2017
Author: jkorous
Date: Thu Nov 2 09:37:00 2017
New Revision: 317216
URL: http://llvm.org/viewvc/llvm-project?rev=317216&view=rev
Log:
Fix comment typo
Modified:
cfe/trunk/lib/Parse/ParseExprCXX.cpp
Modified: cfe/trunk/lib/Parse/ParseExprCXX.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Parse/ParseExprCXX.cpp?rev=317216&r1=317215&r2=317216&view=diff
==============================================================================
--- cfe/trunk/lib/Parse/ParseExprCXX.cpp (original)
+++ cfe/trunk/lib/Parse/ParseExprCXX.cpp Thu Nov 2 09:37:00 2017
@@ -249,7 +249,7 @@ bool Parser::ParseOptionalCXXScopeSpecif
if (Tok.is(tok::code_completion)) {
// Code completion for a nested-name-specifier, where the code
- // code completion token follows the '::'.
+ // completion token follows the '::'.
Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext);
// Include code completion token into the range of the scope otherwise
// when we try to annotate the scope tokens the dangling code completion
More information about the cfe-commits
mailing list