- Implemented ::findStrayModifications to spot FILTER args detected before 'add'
  or 'log' commands, and upgrade them to MODIFICATIONs.
This commit is contained in:
Paul Beckingham 2014-11-08 14:22:25 -05:00
parent b9b998c769
commit 26f8d8c45d
2 changed files with 28 additions and 0 deletions

View file

@ -93,6 +93,7 @@ private:
void categorize ();
bool exactMatch (const std::string&, const std::string&) const;
void desugarTags ();
void findStrayModifications ();
void desugarAttributes ();
void desugarAttributeModifiers ();
void desugarPatterns ();