Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup macro invoc #2981

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 8, 2024

  1. MacroInvoc Refactor

    Remove get_macro_node_id in favor of get_node_id in MacroInvocation
    Add ExteralItem node_id constructor to avoid extra get_node_id()
    
    gcc/rust/ChangeLog:
    
    	* ast/rust-macro.h: Likewise.
    	* resolve/rust-early-name-resolver.cc (EarlyNameResolver::visit): Likewise.
    	* util/rust-hir-map.cc (Mappings::insert_macro_invocation): Likewise.
    	(Mappings::lookup_macro_invocation): Likewise.
    	(Mappings::insert_bang_proc_macro_invocation): Likewise.
    	(Mappings::lookup_bang_proc_macro_invocation): Likewise.
    badumbatish committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8cf484d View commit details
    Browse the repository at this point in the history