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

Pass the SeachName to HandleNameConflict #672

Closed martong closed 5 years ago

martong commented 5 years ago

In case of enums and records, we use the SearchName variable if there are typedefs for an unnamed tag. We should pass then SearchName to HandeNameConflict in these cases.

gamesh411 commented 5 years ago

PR #681