-
Notifications
You must be signed in to change notification settings - Fork 650
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify null termination requirements of SourceMapParser
Summary: Clarify that the SourceMapParser must always receive a null-terminated buffer. Remove the `StringRef` overload since accessing past the end of a `StringRef` is unusual. Reviewed By: avp Differential Revision: D68963920 fbshipit-source-id: 69ac05f5b8831e39753124493d939648a28e1299
- Loading branch information
1 parent
4af630f
commit 65de355
Showing
3 changed files
with
6 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters