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

Fix unhandled friend decl issue in lookup #581

Closed gamesh411 closed 5 years ago

gamesh411 commented 5 years ago

Many errors stem from the fact that during lookup of friend declarations, newer C++ language features are not taken into consideration. Currently, this causes an assertion, but the support of these new features is estimated to be achievable with a well-localizable change.