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 #681

Closed gamesh411 closed 5 years ago

gamesh411 commented 5 years ago

There has been a discussion about the name conflicts of typedef-ed enums and records. HandleNameConflict should receive the SearchName, but the resolution of the conflict should update the original Name string.

balazske commented 5 years ago

Should this go really into ctu-clang7?

gamesh411 commented 5 years ago

This should definitely go on clang 8 branch. I will reopen this.