Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Do not use declarations in scope names
Summary: In builds with debug_types, avoid pushing to the scope stack the name inferred from the declaration die when we have the real type available. Look the type up and push the name of the definition. In clang builds, we are seeing the visibility of types being wrongly classified as "None" because the parent was an incomplete declaration with no name, even though it was linked to the def via DW_AT_signature. Reviewed By: ricklavoie Differential Revision: D13646616 fbshipit-source-id: c840954a352112b5b72947d29cc0bd2a360ff9e9
- Loading branch information
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