This is an archive of the discontinued LLVM Phabricator instance.

[clang][patch] Inclusive language, modify filename SanitizerBlacklist.h to NoSanitizeList.h
ClosedPublic

Authored by mibintc on Feb 18 2021, 10:04 AM.

Details

Summary

This patch responds to a comment from @vitalybuka in D96203: suggestion to
do the change incrementally, and start by modifying this file name. I modified
the file name and made the other changes that follow from that rename.

Diff Detail

Event Timeline

mibintc created this revision.Feb 18 2021, 10:04 AM
mibintc requested review of this revision.Feb 18 2021, 10:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 18 2021, 10:04 AM
vitalybuka accepted this revision.Feb 18 2021, 2:45 PM

LGTM

clang/lib/Basic/SanitizerBlacklist.cpp
1

Own header should go first.

This revision is now accepted and ready to land.Feb 18 2021, 2:45 PM
dexonsmith added inline comments.Feb 18 2021, 2:48 PM
clang/lib/Basic/SanitizerBlacklist.cpp
1

Probably a good idea to move the file clang/lib/Basic/SanitizerBlacklist.cpp at the same time as its header clang/include/clang/Basic/SanitizerBlacklist.h; then you won't be fighting clang-format on this.

vitalybuka requested changes to this revision.Feb 18 2021, 3:49 PM
vitalybuka added inline comments.
clang/lib/Basic/SanitizerBlacklist.cpp
1

Oh, right, I didn't noticed that. It needs to be fixed.

This revision now requires changes to proceed.Feb 18 2021, 3:49 PM
mibintc added inline comments.Feb 20 2021, 4:53 AM
clang/lib/Basic/SanitizerBlacklist.cpp
1

Oops, good catch, thanks

mibintc updated this revision to Diff 325191.Feb 20 2021, 4:55 AM

What do you recommend as next steps, incrementally? Is there more clarity about option names?

vitalybuka accepted this revision.Feb 21 2021, 11:45 PM
This revision is now accepted and ready to land.Feb 21 2021, 11:45 PM
clang/include/clang/Basic/NoSanitizeList.h