Re: [PATCH 23/49] analyzer: logging support

2019-12-04 Thread Martin Sebor
On 11/15/19 6:23 PM, David Malcolm wrote: This patch adds a logging framework to the analyzer which handles hierarchical messages (showing the nested structure of the calls). This code is largely based on that in the "jit" subdirectory (with a few changes). An alternative would be to generalize

[PATCH 23/49] analyzer: logging support

2019-11-15 Thread David Malcolm
This patch adds a logging framework to the analyzer which handles hierarchical messages (showing the nested structure of the calls). This code is largely based on that in the "jit" subdirectory (with a few changes). An alternative would be to generalize that code and move it to the gcc parent dir