diff options
author | Nikolai Kosjar <nikolai.kosjar@qt.io> | 2019-12-19 10:56:20 +0100 |
---|---|---|
committer | Nikolai Kosjar <nikolai.kosjar@qt.io> | 2019-12-20 22:45:31 +0000 |
commit | 4fdd9446179df772c86b0e022712595004272dc8 (patch) | |
tree | d9194c9b1dd7d520e1b0b69eb747f0e2a8872a34 /src/plugins/cpptools/compileroptionsbuilder.cpp | |
parent | 32018623a444a53038239e911df59b6f879ff89c (diff) | |
download | qt-creator-4fdd9446179df772c86b0e022712595004272dc8.tar.gz |
Clang: Fix removing gcc internal include paths
Amends 5165c037ebbc3948d777595610bc62beb275a9a8.
Gentoo has the standard library headers installed in e.g.
<installdir>/include/g++-v8 and we excluded those. MinGW with the
standard library headers in <installdir>/include/c++ was whitelisted.
Instead of whitelistening more dirs that could contain standard library
headers, regard
<installdir>/include
<installdir>/include-fixed
as gcc internal include paths to remove. These seem to be stable across
distributions.
Task-number: QTCREATORBUG-23330
Change-Id: I44965d2030b4ea5a9dd269400faf19c3df89f5a6
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Diffstat (limited to 'src/plugins/cpptools/compileroptionsbuilder.cpp')
0 files changed, 0 insertions, 0 deletions