[all-commits] [llvm/llvm-project] e64fcd: [clang][patch] Inclusive language, modify filename...

Melanie Blower via All-commits all-commits at lists.llvm.org
Mon Feb 22 12:12:08 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e64fcdf8d53c1d2ab709394c39743fa11d270181
      https://github.com/llvm/llvm-project/commit/e64fcdf8d53c1d2ab709394c39743fa11d270181
  Author: Melanie Blower <melanie.blower at intel.com>
  Date:   2021-02-22 (Mon, 22 Feb 2021)

  Changed paths:
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/Basic/LangOptions.h
    A clang/include/clang/Basic/NoSanitizeList.h
    R clang/include/clang/Basic/SanitizerBlacklist.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/Basic/CMakeLists.txt
    M clang/lib/Basic/LangOptions.cpp
    A clang/lib/Basic/NoSanitizeList.cpp
    R clang/lib/Basic/SanitizerBlacklist.cpp
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGDeclCXX.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/SanitizerMetadata.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list