Skip to content

Commit fd6d7cf

Browse files
Merge pull request #8763 from ziqingluo-90/cherry-pick/apple/swift/release/6.0
[cherry-pick][Static Analyzer] Add handling of the `-nostdlibinc` option to ccc-analyzer (llvm#88017)
2 parents 440cfb5 + 91a2129 commit fd6d7cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/tools/scan-build/libexec/ccc-analyzer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ sub Analyze {
361361

362362
my %CompileOptionMap = (
363363
'-nostdinc' => 0,
364+
'-nostdlibinc' => 0,
364365
'-include' => 1,
365366
'-idirafter' => 1,
366367
'-imacros' => 1,

0 commit comments

Comments
 (0)