- Implemented the stubbed outline of ::findMissingOperators, for injecting
  'and' or 'or' into filter expressions, where needed.
This commit is contained in:
Paul Beckingham
2014-05-20 23:49:41 -04:00
parent 10d08ad4f9
commit 195fa20a48
2 changed files with 37 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ private:
void findFilter ();
void findModifications ();
void findPlainArgs ();
void findMissingOperators ();
void validate ();
private: