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

Range ids #131

Merged
merged 2 commits into from
Sep 20, 2024
Merged

Range ids #131

merged 2 commits into from
Sep 20, 2024

Commits on Sep 20, 2024

  1. SymbolExternalizer: Add ! to TOKEN_VECTOR

    Otherwise it doesn't recognize the following expression:
    
    	if (unlikely(!check_prev_ino(leaf, key, slot, prev_key)))
    
    Closes: SUSE#129
    Signed-off-by: Marcos Paulo de Souza <mpdesouza@suse.com>
    marcosps committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d0ae77d View commit details
    Browse the repository at this point in the history
  2. SymbolExternalizer: Make sure we pass a valid location when searching…

    … identifiers
    
    Signed-off-by: Marcos Paulo de Souza <mpdesouza@suse.com>
    marcosps committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a4bc997 View commit details
    Browse the repository at this point in the history