generator: support listelement-ref PopcountList-V6
authorChristian Linhart <chris@DemoRecorder.com>
Thu, 30 Oct 2014 14:12:52 +0000 (15:12 +0100)
committerChristian Linhart <chris@demorecorder.com>
Thu, 30 Oct 2014 14:37:39 +0000 (15:37 +0100)
commita187ae85729ec56e46ed0a0453458db18ab731eb
treeb282110a14e65d0ab05630d76f821a3432fdbca1
parent04781c233658a7592abc89112d85a06a615700d2
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".

Changes for V3 of this patch:
- adapt to V2 of patch "libxcb 5/6" from patchset "ListInputDevices"

Message-ID: <54524764.9050200@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: V3
Signed-off-by: Christian Linhart <chris@DemoRecorder.com>
src/c_client.py