This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] DeadStores: Add a crude suppression files generated by DriverKit IIG.
ClosedPublic

Authored by NoQ on Jun 10 2019, 8:01 PM.

Details

Summary

IIG is a replacement for MIG in DriverKit: IIG is autogenerating C++ code. Suppress dead store warnings on such code, as the tool seems to be producing them regularly, and the users of IIG are not in position to address these warnings, as they don't control the autogenerated code. IIG-generated code is identified by looking at the comments at the top of the file.

Diff Detail

Repository
rL LLVM

Event Timeline

NoQ created this revision.Jun 10 2019, 8:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2019, 8:01 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jun 19 2019, 4:30 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJun 19 2019, 4:30 PM