-
Notifications
You must be signed in to change notification settings - Fork 224
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
New standard proposal #5498
Closed
Closed
New standard proposal #5498
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
17985a3
change `TypeBuilder` to the new standard
rbran 4146df2
change `Type` to the new standard
rbran 37b7cb9
change `BnString` to the new standard
rbran 4bae1fd
change `FunctionParameter` to the new standard
rbran 3e18469
change `NamedTypedVariable` to the new standard
rbran 3d87df2
change `EnumerationBuilder` to the new standard
rbran ed8884d
change `Enumeration` to the new standard
rbran ec15b1b
change `StructureBuilder` to the new standard
rbran 1e43870
change `Structure` to the new standard
rbran 865ae40
change `StructureMember` to the new standard
rbran a019f2f
convert Vec into Array
rbran d44c3ed
change `NamedTypeReference` to the new standard
rbran bd54936
change `BaseStructure` to the new standard
rbran f5ab5ea
change `QualifiedName` to the new standard
rbran 073de86
change `QualifiedNameAndType` to the new standard
rbran 7af09f9
change `QualifiedName` to the new standard
rbran 456a05d
change `NameAndType` to the new standard
rbran 0fcc1fa
change `DataVariable` to the new standard
rbran 3788dc5
change `DataVariableAndName` to the new standard
rbran 747b750
create `DataVariableAndNameAndDebugParser` to the new standard
rbran 09acf14
change `InheritedStructureMember` to the new standard
rbran 8a36bd3
change `QualifiedName` to the new standard
rbran dae5412
change `RegisterValue` to the new standard
rbran dc96bff
change `Architecture` to the new standard
rbran 818e335
fix mem leak at `Platform::parse_types_from_source`
rbran 75e6d1d
don't consume the parameter at
rbran 25f3dc5
Revert "change `Architecture` to the new standard"
rbran f7ca88b
fix examples
rbran 44c0d31
change `StackVariableReference` to the new standard
rbran 03148eb
change `IndirectBranchInfo` to the new standard
rbran 0c9ecbe
change `BNConstantReference` to the new standard
rbran 37f168e
change `UserVariableValue` to the new standard
rbran 5c8e823
fix doc
rbran 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
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
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.
safelly -> safely