-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Do not use a char buffer to avoid overflows (unchecked so far). Parse the input directly instead of incremental substrs, which simplifies to code and improves readability. Use `TypeUtil` and recursion to parse array types. Reviewed By: wsanville Differential Revision: D66333793 fbshipit-source-id: ca13751488655938e5f14a48f97d063df3671684
- Loading branch information
1 parent
46c05d0
commit 15b1b3a
Showing
1 changed file
with
46 additions
and
34 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