bug-cflow
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-cflow] Bug 1.5: typedef struct doesn't result in separate namespace


From: Adrian Muresan
Subject: [bug-cflow] Bug 1.5: typedef struct doesn't result in separate namespace
Date: Tue, 5 Dec 2017 20:37:53 +0000

See https://stackoverflow.com/questions/47660565/gnu-cflow-not-recognizing-typedef-struct

 

$ cat c.c

typedef struct type1 { int a; } type1;

typedef struct type2 { int a; } type2;

$ cflow --version | head -n 1

cflow (GNU cflow) 1.5

$ cflow c.c

cflow:c.c:2: a redefined

cflow:c.c:1: this is the place of previous definition

$

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]