-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Implement AMBIG_MULTIPLE for llvm, Rust, go, and the vmops dump #486
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
366fce6
Move out retlist construction.
katef 684433c
Constuct retlist ahead of time for all vm-based formats.
katef 5092212
Add AMBIG_MULTIPLE output for go.
katef 7cdb00b
No need for the vmops_dialect enum here.
katef 7e970d7
Whitespace.
katef f2bae91
Bugfix; 1 means VM_END_SUCC here.
katef ac4a66a
Ensure we don't pass NULL to memcmp()
katef e484294
Support for enids for the vmops output.
katef 2698127
First cut at AMBIG_MULTIPLE for llvm.
katef 7426501
Rework stop: to index into an array for return values.
katef f69dbfc
Don't use `undef` for values the caller is expected to not access, us…
katef 292fd1c
Split overriding comments to a separate hook.
katef bb4e81d
No need to emit a bitmap here.
katef 6c17934
Use id count to indicate match failure, and >= 0 means success.
katef c44bfd2
Clarification.
katef ba70069
Add AMBIG_MULTIPLE output for Rust.
katef 218e90c
Factor out print_ret().
katef 021d169
Merge branch 'main' into kate/more-multi
katef 719b1b2
Whoops... wrong exit status.
katef 690f0e2
Oops... this should've been done with the API change to return a bool.
katef 0f4d838
Separate calling points for the comments hook.
katef ab0a411
Typo.
katef File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor typo: "requires" (plural)