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 92fd649 commit e64ebadCopy full SHA for e64ebad
include/swift/AST/Expr.h
@@ -954,8 +954,10 @@ class InterpolatedStringLiteralExpr : public LiteralExpr {
954
/// Points at the beginning quote.
955
SourceLoc Loc;
956
/// Points at the ending quote.
957
- /// Needed for the upcoming ASTScope subsystem because lookups can be targeted
958
- /// to inside an InterpolatedStringLiteralExpr.
+ /// Needed for the upcoming \c ASTScope subsystem because lookups can be
+ /// targeted to inside an \c InterpolatedStringLiteralExpr. It would be nicer
959
+ /// to use \c EndLoc for this value, but then \c Lexer::getLocForEndOfToken()
960
+ /// would not work for \c stringLiteral->getEndLoc().
961
SourceLoc TrailingQuoteLoc;
962
TapExpr *AppendingExpr;
963
Expr *SemanticExpr;
0 commit comments