generator: support listelement-ref PopcountList-V5
authorChristian Linhart <chris@DemoRecorder.com>
Mon, 20 Oct 2014 10:17:51 +0000 (12:17 +0200)
committerChristian Linhart <chris@demorecorder.com>
Mon, 20 Oct 2014 10:21:22 +0000 (12:21 +0200)
commit2e7726e502764fa0a7ef31045cef1cb0d31dea5a
treea37369da35154436e179bc055c1727d09eff07fc
parent1d1994abbb561a1b9f022bfaf1eddd4ffc9c8057
generator: support listelement-ref

Support for listelement-ref needs the following three changes
(in the order as they appear in the patch):

* making the current list-element accessible with the variable
  xcb_listelement which is a pointer to the list-element

* supporting lists of simple-type for sumof with a nested expression

* using the variable for resolving a listelement-ref expression

Changes for V2 of this patch:
- adapt to removal of patch "libxcb 2/6" from patchset "ListInputDevices".

Message-ID: <5444E14F.4050807@DemoRecorder.com>
Patch-Thread-Subject: [Xcb] support popcount of a list and associated xml changes
Patch-Set: PopcountList
Patch-Number: libxcb 4/4
Patch-Version: V2
Signed-off-by: Christian Linhart <chris@DemoRecorder.com>
src/c_client.py