qapi: Clean up shadowing of parameters and locals in inner scopes
commit4fa953f20d418256504d24ea16f1b39791d12e5b
authorMarkus Armbruster <armbru@redhat.com>
Wed, 7 May 2014 07:53:48 +0000 (7 09:53 +0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 15 May 2014 18:00:45 +0000 (15 14:00 -0400)
treefa0b470c4678738bf9b94f2054b5174acf31775a
parent468866b816f13c8141b692ac0280706c16b30185
qapi: Clean up shadowing of parameters and locals in inner scopes

By un-inlining the visit of nested complex types.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
scripts/qapi-visit.py