- Implemented ::findAttributes.
This commit is contained in:
Paul Beckingham 2014-10-26 11:12:22 -04:00
parent 286c378180
commit 482d378fdb
2 changed files with 23 additions and 0 deletions

View file

@ -90,6 +90,7 @@ private:
void insertIDExpr ();
void desugarPlainArgs ();
void findOperators ();
void findAttributes ();
void insertJunctions ();
void decomposeModAttributes ();
void decomposeModAttributeModifiers ();