forked from OSchip/llvm-project
fix comment typo to cycle bots
This commit is contained in:
parent
a9b21ec484
commit
620ca754e3
|
@ -7371,7 +7371,7 @@ AnnotateTokensWorker::PostChildrenActions
|
|||
AnnotateTokensWorker::DetermineChildActions(CXCursor Cursor) const {
|
||||
PostChildrenActions actions;
|
||||
|
||||
// The DeclRefExpr of CXXOperatorCallExpr refering to the custom operator is
|
||||
// The DeclRefExpr of CXXOperatorCallExpr referring to the custom operator is
|
||||
// visited before the arguments to the operator call. For the Call and
|
||||
// Subscript operator the range of this DeclRefExpr includes the whole call
|
||||
// expression, so that all tokens in that range would be mapped to the
|
||||
|
|
Loading…
Reference in New Issue