swift
0df94f15
- [ASTGen] Fix end location of TopLevelCodeDecl
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[ASTGen] Fix end location of TopLevelCodeDecl TopLevelCodeDecl::getEndLoc() should return the token location of the last token. If the last token is a string literal or a regex literal, it should be the location of the literal token.
References
#76918 - [ASTGen] Fix end location of TopLevelCodeDecl
Author
rintaro
Committer
rintaro
Parents
23b721f7
Loading