This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Add Scudo to the sanitizer lint checks.
ClosedPublic

Authored by flowerhack on Nov 7 2017, 1:48 PM.

Details

Summary

Scudo abides by the coding style enforced by the sanitizer_common
linter, but as of right now, it's not linter-enforced.

Add Scudo to the list of directories checked by check_lint.sh.

Also: fixes some linter errors found after getting this running.

Diff Detail

Event Timeline

flowerhack created this revision.Nov 7 2017, 1:48 PM
cryptoad accepted this revision.Nov 7 2017, 1:52 PM
This revision is now accepted and ready to land.Nov 7 2017, 1:52 PM
cryptoad retitled this revision from Add Scudo to the sanitizer lint checks. to [sanitizer] Add Scudo to the sanitizer lint checks..Nov 7 2017, 2:16 PM
cryptoad edited the summary of this revision. (Show Details)
cryptoad added a subscriber: llvm-commits.
cryptoad closed this revision.Nov 8 2017, 8:43 AM