[PATCH] D51926: [scan-build-py] Prevent crashes of CTU analysis by suppressing warnings

2018-09-20 Thread Lorinc Balog via Phabricator via cfe-commits
lorincbalog added a comment. Yes, `-w` suppresses all warnings (without raising an error) regardless of the options' sequence, even if `-Wall -Werror` are present,. Repository: rC Clang https://reviews.llvm.org/D51926 ___ cfe-commits mailing lis

[PATCH] D51926: [scan-build-py] Prevent crashes of CTU analysis by suppressing warnings

2018-09-11 Thread Lorinc Balog via Phabricator via cfe-commits
lorincbalog created this revision. lorincbalog added reviewers: rizsotto.mailinglist, dcoughlin. Herald added subscribers: cfe-commits, whisperity. During the mapping of functions for cross-translation unit analysis, the functions' names and the containing files are collected by clang-func-mappin