Make the Transformer respect 'skip' annotations
authorStef Walter <stefw@collabora.co.uk>
Wed, 10 Aug 2011 13:04:55 +0000 (15:04 +0200)
committerColin Walters <walters@verbum.org>
Wed, 10 Aug 2011 14:43:07 +0000 (10:43 -0400)
commitd19fcd098ed69d9216efbf68fc8ae4ba57d09638
tree7d9d6ed02f02b454af7a8fc025a3a8adf830d88f
parent7f178ddeadd99ee82ec0da6ff963392b44d223c3
Make the Transformer respect 'skip' annotations

 * In order to suppress unnecessary warnings on macros which are skipped
   at later passes of the scanning, we use the annotations to skip
   AST stuff being created for symbols that are skipped.
giscanner/scannermain.py
giscanner/transformer.py