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

[ASTImporter] Fix structural eq of lambdas #647

Closed martong closed 5 years ago

martong commented 5 years ago

The structural equivalence check reported false eq between lambda classes with different parameters in their call signature. The solution is to check the methods for equality too in case of lambda classes.

martong commented 5 years ago

https://reviews.llvm.org/D64075