You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Issue #419): Modify ASTWriterStmt and ASTReaderStmt to write/read the checked scope specifier and written checked scope specifier for compound statements.
Future work: add checked information for function declarations to ASTWriterDecl and ASTReaderDecl (see issue #704).
Testing:
Added pch testing that checks the AST output of compound statements with checked information (using the -ast-dump-all option to dump the AST of the precompiled header).
Passed local testing on Windows.
Passed automated testing on Windows/Linux.
The text was updated successfully, but these errors were encountered:
This issue was copied from checkedc/checkedc-clang#716
(Issue #419): Modify ASTWriterStmt and ASTReaderStmt to write/read the checked scope specifier and written checked scope specifier for compound statements.
Future work: add checked information for function declarations to ASTWriterDecl and ASTReaderDecl (see issue #704).
Testing:
-ast-dump-all
option to dump the AST of the precompiled header).The text was updated successfully, but these errors were encountered: