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

Do not forget to enable unupported construct handling #515

Closed martong closed 5 years ago

martong commented 6 years ago

During rebase of Balazs's error handling we cannot use the unsupported construct error until the error is not published via ASTImporter's public interface. Regarding to this commit https://github.com/Ericsson/clang/commit/e821f56a02652f33725a24f1ed3cda99f90af7b6 We have to handle this once the public interface contains Expected too.

balazske commented 6 years ago

https://github.com/Ericsson/clang/pull/527 adds the statistics