[clang][patch] Inclusive language, modify filename SanitizerBlacklist.h to NoSanitize...
authorMelanie Blower <melanie.blower@intel.com>
Mon, 22 Feb 2021 19:47:29 +0000 (14:47 -0500)
committerMelanie Blower <melanie.blower@intel.com>
Mon, 22 Feb 2021 20:11:37 +0000 (15:11 -0500)
commite64fcdf8d53c1d2ab709394c39743fa11d270181
tree9791aa5ec49cf6ac5bdb3ecc03109aa810c8c907
parent1cd2a5a7da3db812fe2844caefcd40f8a52eff5b
[clang][patch] Inclusive language, modify filename SanitizerBlacklist.h to NoSanitizeList.h

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.

Reviewers: vitalybuka, echristo, MaskRay, jansvoboda11, aaron.ballman

Differential Revision: https://reviews.llvm.org/D96974
19 files changed:
clang/include/clang/AST/ASTContext.h
clang/include/clang/Basic/LangOptions.h
clang/include/clang/Basic/NoSanitizeList.h [new file with mode: 0644]
clang/include/clang/Basic/SanitizerBlacklist.h [deleted file]
clang/lib/AST/ASTContext.cpp
clang/lib/AST/Decl.cpp
clang/lib/Basic/CMakeLists.txt
clang/lib/Basic/LangOptions.cpp
clang/lib/Basic/NoSanitizeList.cpp [new file with mode: 0644]
clang/lib/Basic/SanitizerBlacklist.cpp [deleted file]
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