[PATCH] D96974: [clang][patch] Inclusive language, modify filename SanitizerBlacklist.h to NoSanitizeList.h
Melanie Blower via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 18 10:04:14 PST 2021
mibintc created this revision.
mibintc added reviewers: vitalybuka, echristo, MaskRay, jansvoboda11, aaron.ballman.
Herald added a subscriber: dexonsmith.
mibintc requested review of this revision.
Herald added a project: clang.
This patch responds to a comment from @vitalybuka in D96203 <https://reviews.llvm.org/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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D96974
Files:
clang/include/clang/AST/ASTContext.h
clang/include/clang/Basic/LangOptions.h
clang/include/clang/Basic/NoSanitizeList.h
clang/include/clang/Basic/SanitizerBlacklist.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/Decl.cpp
clang/lib/Basic/LangOptions.cpp
clang/lib/Basic/SanitizerBlacklist.cpp
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/CodeGen/CGClass.cpp
clang/lib/CodeGen/CGDeclCXX.cpp
clang/lib/CodeGen/CGExpr.cpp
clang/lib/CodeGen/CodeGenFunction.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/CodeGenModule.h
clang/lib/CodeGen/SanitizerMetadata.cpp
clang/lib/Frontend/CompilerInvocation.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96974.324687.patch
Type: text/x-patch
Size: 28884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210218/34ac0ec9/attachment-0001.bin>
More information about the cfe-commits
mailing list