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

Importer specific lookup gives the same results for different operators #543

Closed martong closed 5 years ago

martong commented 5 years ago

E.g. both operator< and operator+ does not have a name, thus they both have the same key in the importer specific lookup. The goal is to give a common lookup result set only to those functions which can overload with each other.

martong commented 5 years ago

The test in #544 indicates that this was never an issue.