Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workaround for hidden outer attribute
If the snippet is empty, it's an attribute that was inserted during macro expansion and we want to ignore those, because they could come from external sources that the user has no control over. For some reason these attributes don't have any expansion info on them, so we have to check it this way until there is a better way.
- Loading branch information