Ericsson / clang

Cross Translation Unit analysis capability for Clang Static Analyzer. (Fork of official clang at http://llvm.org/git/clang)
http://clang.llvm.org/
Other
15 stars 10 forks source link

Variables with non-external linkage are not imported correctly. #494

Closed balazske closed 5 years ago

balazske commented 6 years ago

Multiple declarations of the same variable with static linkage (in a C file) are not imported correctly. This is similar problem as in #493 but with variable instead of function.

martong commented 5 years ago

Fixed.