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

Cxx: scan the cork queue instead of the symtab to fill nth fields #3642

Merged
merged 2 commits into from
Mar 20, 2023

Commits on Mar 17, 2023

  1. Cxx: fill nth fields only when the field is enabled

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    6657a16 View commit details
    Browse the repository at this point in the history
  2. Cxx: scan the cork queue instead of the symtab to fill nth fields

    Close universal-ctags#3634.
    
    If an enum has so many enumerators, the original code, counting enumerators
    for filling nth fields, takes a too long time.
    
    The new code looks up the last enumerator and calculates a new nth value
    by incrementing the last nth value.
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    0a96308 View commit details
    Browse the repository at this point in the history