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] Improved structural equivalence check at templates. #392

Closed balazske closed 6 years ago

balazske commented 6 years ago

Two new tests that fail without the provided corrections.

balazske commented 6 years ago

Updated code: Now a function isTemplated is used and described template checked.

balazske commented 6 years ago

Upstream review: https://reviews.llvm.org/D49223