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

Handle name conflict of function template specs similarly to class templ specs #585

Closed martong closed 5 years ago

martong commented 5 years ago

Currently we report a name conflict error when structural eq does not match two ClassTemplateSpecializationDecls (the found one and the to be imported one). But we do not report any error when two function template specialization is structurally non equivalent.