CLI2: Added ::findUUIDs

This commit is contained in:
Paul Beckingham
2015-06-20 06:49:30 -07:00
parent d97aab799a
commit d92a6c3ee8
2 changed files with 11 additions and 36 deletions

View File

@@ -122,8 +122,8 @@ private:
void desugarFilterPatterns ();
*/
void findIDs ();
/*
void findUUIDs ();
/*
void insertIDExpr ();
void desugarFilterPlainArgs ();
void findOperators ();
@@ -163,8 +163,8 @@ public:
std::vector <A2> _args;
std::vector <std::pair <int, int>> _id_ranges;
/*
std::vector <std::string> _uuid_list;
/*
bool _strict;
bool _terminated;
*/