This is an archive of the discontinued LLVM Phabricator instance.

[dfsan] Fix clang-tidy warnings
ClosedPublic

Authored by gbalats on Mar 1 2021, 11:35 AM.

Details

Summary

This addresses ~50 clang-tidy warnings on dfsan instrumentation pass.
It also contains some refactoring (all non-functional changes) to eliminate some variables and simplify code.

Diff Detail

Event Timeline

gbalats created this revision.Mar 1 2021, 11:35 AM
gbalats requested review of this revision.Mar 1 2021, 11:35 AM
This revision is now accepted and ready to land.Mar 1 2021, 2:46 PM
gbalats updated this revision to Diff 327620.Mar 2 2021, 4:21 PM

Fix llvm-dfsan test failure

This revision was landed with ongoing or failed builds.Mar 2 2021, 5:39 PM
This revision was automatically updated to reflect the committed changes.