mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 10:34:25 +03:00
ng: split NGWrapper into NGHolder, ExpressionInfo
We now use NGHolder for all graph information, while other expression properties (report, flag information, etc) go in new class ExpressionInfo.
This commit is contained in:
committed by
Matthew Barr
parent
fadfab6d8c
commit
5dfae12a62
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Intel Corporation
|
||||
* Copyright (c) 2015-2017, Intel Corporation
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
@@ -36,12 +36,14 @@
|
||||
namespace ue2 {
|
||||
|
||||
struct BoundaryReports;
|
||||
class NGWrapper;
|
||||
class ExpressionInfo;
|
||||
class NGHolder;
|
||||
class ReportManager;
|
||||
|
||||
void resolveAsserts(ReportManager &rm, NGWrapper &g);
|
||||
void resolveAsserts(ReportManager &rm, NGHolder &g, const ExpressionInfo &expr);
|
||||
|
||||
void ensureCodePointStart(ReportManager &rm, NGWrapper &g);
|
||||
void ensureCodePointStart(ReportManager &rm, NGHolder &g,
|
||||
const ExpressionInfo &expr);
|
||||
|
||||
} // namespace ue2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user