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

[TableGen][NFC] Remove MultiClass argument and Scoper in QualifyName #69297

Merged
merged 3 commits into from
Oct 23, 2023

Commits on Oct 17, 2023

  1. [TableGen][NFC] Remove MultiClass argument and Scoper in QualifyName

    MultiClass argument is not used any more since aa84326.
    
    Besides, for maintainability, we should put the implementation of
    qualifying name in one place (that is `QualifyName` function), so
    `Scoper` is removed and we use `IsMC` to indicate that we are in a
    multiclass.
    wangpc-pp committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ef24909 View commit details
    Browse the repository at this point in the history
  2. fixup! [TableGen][NFC] Remove MultiClass argument and Scoper in Quali…

    …fyName
    
    Add overloaded QualifyName for MultiClass
    wangpc-pp committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    87e9576 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    cf82110 View commit details
    Browse the repository at this point in the history