Re: r334935 - [analyzer] Checker for uninitialized C++ objects

2018-06-18 Thread Mikael Holmén via cfe-commits
Hi Kristof, Building without asserts (-DNDEBUG) I get the following warning/error with this commit: [3082/3387] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers...eFiles/clangStaticAnalyzerCheckers.dir/UninitializedObjectChecker.cpp. FAILED: tools/clang/lib/StaticAnalyzer/Checkers

r334935 - [analyzer] Checker for uninitialized C++ objects

2018-06-18 Thread Kristof Umann via cfe-commits
Author: szelethus Date: Mon Jun 18 04:50:17 2018 New Revision: 334935 URL: http://llvm.org/viewvc/llvm-project?rev=334935&view=rev Log: [analyzer] Checker for uninitialized C++ objects This checker analyzes C++ constructor calls, and reports uninitialized fields. Due to the nature of this proble