Re: [PATCH 04/17] C frontend: capture BLT information

2017-07-27 Thread Martin Sebor
On 07/24/2017 02:05 PM, David Malcolm wrote: This patch extends the C frontend so that it optionally builds a BLT tree, by using an auto_blt_node class within the recursive descent through the parser, so that its ctor/dtors build the blt_node hierarchy; this is rapidly (I hope) rejected in the no

[PATCH 04/17] C frontend: capture BLT information

2017-07-24 Thread David Malcolm
This patch extends the C frontend so that it optionally builds a BLT tree, by using an auto_blt_node class within the recursive descent through the parser, so that its ctor/dtors build the blt_node hierarchy; this is rapidly (I hope) rejected in the no -fblt case, so that by default, no blt nodes a