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

Fix structural eq of lambdas with diff loc #648

Closed martong closed 5 years ago

martong commented 5 years ago

This PR is dependent on #646 and #647. So first please review them, once the dependencies merged I'll rebase this PR.

martong commented 5 years ago

https://reviews.llvm.org/D64078

martong commented 5 years ago

Alternative patch https://reviews.llvm.org/D66348