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] Add diagnostic error when returning with UnsupportedNode. #559

Closed balazske closed 5 years ago

balazske commented 5 years ago

There was one case when ASTImporter returned UnsupportedConstruct error but there was no diagnostic error generated. This should be fixed but until it the diagnostic is needed to detect the place of the problem.