mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:47:37 +00:00
Kernel: KUBSAN implementation of returns-nonnull-attribute
This didn't find anything in the current source.
This commit is contained in:
parent
57e10eadac
commit
c95d48c8d6
3 changed files with 12 additions and 1 deletions
|
@ -74,6 +74,10 @@ struct NonnullArgData {
|
|||
int argument_index;
|
||||
};
|
||||
|
||||
struct NonnullReturnData {
|
||||
SourceLocation attribute_location;
|
||||
};
|
||||
|
||||
struct OverflowData {
|
||||
SourceLocation location;
|
||||
const TypeDescriptor& type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue