Add new annotations for Scopables

This commit is contained in:
Jason Cobb
2019-12-19 21:45:16 -05:00
parent 30b1b39901
commit 69fd185903
3 changed files with 39 additions and 0 deletions
+12
View File
@@ -163,6 +163,18 @@ struct InlineAssemblyAnnotation: StatementAnnotation
std::shared_ptr<yul::AsmAnalysisInfo> analysisInfo;
};
struct BlockAnnotation: StatementAnnotation, ScopableAnnotation
{
};
struct TryCatchClauseAnnotation: ASTAnnotation, ScopableAnnotation
{
};
struct ForStatementAnnotation: StatementAnnotation, ScopableAnnotation
{
};
struct ReturnAnnotation: StatementAnnotation
{
/// Reference to the return parameters of the function.