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

Warn if Decl is merged at import of DeclContext. #663

Closed balazske closed 5 years ago

balazske commented 5 years ago

Maintain "merged" imported Decls at import of contents of DeclContext (different From Decl was imported to same To). Old "missing Decl" warning is removed from this case, instead a new warning is added.