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.
1 parent a51aa91 commit 16f49dbCopy full SHA for 16f49db
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