-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Uses FileXRefsGenericEntities to compute xrefs
Summary: Use new predicates introduced in D66079681 to compute xrefs. This allows generalization of the computation of xlang xrefs. Before, glass was relying on the assumption that xlang references where the result of a mapping "generated entity <-> idlEntity". In this diff, glass uses FileXRefsGenericEntities to compute all xrefs (plain or xlang). The xlang entities may be generated from a entity <-> idlEntity (as is the case for Hack), but this isn't mandatory. For Hack it's done in Codemarkup. Note that the C++ handler is unchanged and still relies on the "entity <-> idlEntity" mapping. Reviewed By: nhawkes Differential Revision: D66128389 fbshipit-source-id: 8210052f0af20a4b8a6dbe4f939b27d380c43e5e
- Loading branch information
1 parent
b0201c2
commit bc4e338
Showing
3 changed files
with
25 additions
and
61 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