llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.93k stars 11.94k forks source link

c++-analyzer throw PCH diagnostic Failures when scan-build qtbase #30707

Open xiangzhai opened 7 years ago

xiangzhai commented 7 years ago
Bugzilla Link 31359
Version 3.9
OS Linux

Extended Description

Hi llvm developers,

When I tried to scan-build qtbase V5.7.0 http://www.leetcode.cn/2016/11/analyzing-code-for-kde-qt-open-source-components.html#qtbase it is able to FIND some issues, but thrown a lot of Analyzer Failures, for example:

Other Error corelib/codecs/qsimplecodec.cpp error: no suitable precompiled header file found in directory '.pch/Qt5Core.gch' 1 error generated.

Regards, Leslie Zhai

xiangzhai commented 7 years ago

assigned to @tkremenek