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

Add test for different operators #544

Closed martong closed 5 years ago

martong commented 5 years ago

This is to check that operators are handled properly in ASTImporterSpecificLookup. This fixes #543 , because that is simply not true.

martong commented 5 years ago

https://reviews.llvm.org/D57905