This is an archive of the discontinued LLVM Phabricator instance.

[NFC][sanitizer] Add test for command line flag for enable-noundef-analysis.
ClosedPublic

Authored by kda on Nov 23 2021, 3:52 PM.

Details

Summary

A simple unit test to demonstrate the flags working correctly.

Diff Detail

Event Timeline

kda requested review of this revision.Nov 23 2021, 3:52 PM
kda created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 23 2021, 3:52 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
kda updated this revision to Diff 389347.Nov 23 2021, 3:55 PM

remove unused include.

kda updated this revision to Diff 389351.Nov 23 2021, 4:27 PM

removed more unnecessary code.

vitalybuka accepted this revision.Nov 23 2021, 6:14 PM

Isn't more appropriate title "simplify test" something?
It looks like you removed unneeded code, but the test mostly the same.

This revision is now accepted and ready to land.Nov 23 2021, 6:14 PM
This revision was landed with ongoing or failed builds.Dec 3 2021, 3:44 PM
This revision was automatically updated to reflect the committed changes.