We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
(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) {}