On 12/15/21 12:23 PM, Andrew MacLeod wrote:
On 12/14/21 18:55, Martin Sebor wrote:
Thanks a lot for the feedback! I'll need some time to fully
digest it. Just a few clarifying comments to explain what
I'm after.
Andrew, to improve the context of the late warnings I'm trying
to see how to ge
On 12/14/21 18:55, Martin Sebor wrote:
Andrew, to improve the context of the late warnings I'm trying
to see how to get the execution path(s) leading from function
entry up to a statement. For example, for the code below I'd
like to "collect" and show the three conditionals in the context
of the
Andrew, to improve the context of the late warnings I'm trying
to see how to get the execution path(s) leading from function
entry up to a statement. For example, for the code below I'd
like to "collect" and show the three conditionals in the context
of the warning:
extern char a[9];
void f (in