mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 18:44:24 +03:00
ng_expr_info: more complete analysis passes
This commit is contained in:
committed by
Matthew Barr
parent
c4e2459318
commit
9aee3b22b5
@@ -41,9 +41,10 @@ namespace ue2 {
|
||||
class ExpressionInfo;
|
||||
class NGHolder;
|
||||
class ReportManager;
|
||||
struct CompileContext;
|
||||
|
||||
void fillExpressionInfo(ReportManager &rm, NGHolder &g,
|
||||
const ExpressionInfo &expr, hs_expr_info *info);
|
||||
void fillExpressionInfo(ReportManager &rm, const CompileContext &cc,
|
||||
NGHolder &g, ExpressionInfo &expr, hs_expr_info *info);
|
||||
|
||||
} // namespace ue2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user