-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add index from FunctionId to FunctionDef in DefMap
Summary: Code being developed may accidentally have distinct functions with the same `NameArity`. Keep an index to the `FunctionDef` via the form `FunctionId`. This will allow us to later lower single-clause `ast::FunDecl`s by retrieving the source via this. Reviewed By: TD5 Differential Revision: D50371713 fbshipit-source-id: bdb09a04001544fa39fed4299e07e4ca7b5f34bd
- Loading branch information
1 parent
052960d
commit 7e1ec7e
Showing
1 changed file
with
78 additions
and
13 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