Skip to content

Add checked information for function declarations to AST reading/writing #704

Closed
@kkjeer

Description

@kkjeer

(Follow-up for #419). ASTWriterDecl and ASTReaderDecl should account for checked information in function declarations, such as:

_Checked void f5(void) {}
_Checked _Bounds_only void f6(void) {}
_Unchecked void f7(void) {}

Metadata

Metadata

Assignees

Labels

work itemThis labels issues that are not exactly bugs but are about improvements.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions