We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48e04b4 + 16f49db commit 76e9e57Copy full SHA for 76e9e57
include/swift/AST/Expr.h
@@ -395,7 +395,7 @@ class alignas(8) Expr {
395
/// getStartLoc - Return the location of the start of the expression.
396
SourceLoc getStartLoc() const;
397
398
- /// \brief Retrieve the location of the end of the expression.
+ /// \brief Retrieve the location of the last token of the expression.
399
SourceLoc getEndLoc() const;
400
401
/// getLoc - Return the caret location of this expression.
0 commit comments