mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
fixes for ZAM compilation of switch statements
This commit is contained in:
parent
51eec61272
commit
b9949560c6
3 changed files with 57 additions and 33 deletions
|
@ -22,6 +22,8 @@ private:
|
|||
void TraverseFunction(const Func* f, ScopePtr scope, StmtPtr body);
|
||||
|
||||
TraversalCode PreStmt(const Stmt*) override;
|
||||
void AnalyzeSwitch(const SwitchStmt* sw);
|
||||
|
||||
TraversalCode PostStmt(const Stmt*) override;
|
||||
TraversalCode PreExpr(const Expr*) override;
|
||||
TraversalCode PostExpr(const Expr*) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue