diff options
Diffstat (limited to 'clang/lib/Parse/ParseExprCXX.cpp')
| -rw-r--r-- | clang/lib/Parse/ParseExprCXX.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/clang/lib/Parse/ParseExprCXX.cpp b/clang/lib/Parse/ParseExprCXX.cpp index a640439b8f3..ce6aa64de6a 100644 --- a/clang/lib/Parse/ParseExprCXX.cpp +++ b/clang/lib/Parse/ParseExprCXX.cpp @@ -249,7 +249,7 @@ bool Parser::ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS,        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 | 

