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

HandleNameConflict should receive the SearchName as parameter #685

Closed martong closed 5 years ago

martong commented 5 years ago

This is actually the port back of D62352 Call to HandleNameConflict in VisitRecordDecl mistakeningly using Name instead of SearchName and D59665 Call to HandleNameConflict in VisitEnumDecl mistakeningly using Name instead of SearchName

Related: #681

martong commented 5 years ago

Fixes #672