This is an archive of the discontinued LLVM Phabricator instance.

[dfsan][NFC] Add Origin Tracking into doc
ClosedPublic

Authored by stephan.yichao.zhao on Jul 2 2021, 3:20 PM.

Diff Detail

Event Timeline

stephan.yichao.zhao requested review of this revision.Jul 2 2021, 3:20 PM
stephan.yichao.zhao created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 2 2021, 3:20 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
morehouse accepted this revision.Jul 7 2021, 7:43 AM

We may also want to consider creating a frontend flag like MSan's origin tracking (-fsanitize-memory-track-origins).

clang/docs/DataFlowSanitizer.rst
214
This revision is now accepted and ready to land.Jul 7 2021, 7:43 AM
stephan.yichao.zhao marked an inline comment as done.
stephan.yichao.zhao retitled this revision from [dfsan][NFC] Add Origin Tracking into doc to [dfsan][NFC] Add Origin Tracking into doc.

clang -> clange++

This revision was landed with ongoing or failed builds.Jul 7 2021, 11:14 AM
This revision was automatically updated to reflect the committed changes.

We may also want to consider creating a frontend flag like MSan's origin tracking (-fsanitize-memory-track-origins).

I will follow up this in a separate change.