Add clang support for nested struct/union as key field
authorBrenden Blanco <bblanco@plumgrid.com>
Mon, 2 May 2016 04:29:08 +0000 (21:29 -0700)
committerBrenden Blanco <bblanco@plumgrid.com>
Mon, 2 May 2016 04:29:08 +0000 (21:29 -0700)
commite3e5ccdbe3349f5456eabecb8f6abcd2c31c9df2
treebc22c1ae51c5bbdc1d19a114a23fb426c0e0866b
parent4a1952204ea978fd6909141c751d48196db2aa83
Add clang support for nested struct/union as key field

Clang was up until now not able to parse nested structs or unions as a
field in the table key or leaf. Add support in the library side, as well
as python support for the exported json description.
src/cc/frontends/clang/b_frontend_action.cc
src/python/bcc/__init__.py