@
christobalOk, I see. If you have both a declaration and a function declaration in your project, how can CC locate the true location of a function declaration?
For example, you have A.h, and it contains:
And in B.h, you have :
Then, both A.h and B.h was in your project, so, the parser must have two "f" declarations if your not skip extern statement.
Technically, it is really easy to handle "extern" statement, but we need some comments from CB's developers.