[all-commits] [llvm/llvm-project] a83a6c: [clang] [Objective C] Inclusive language: use objc...

Zarko Todorovski via All-commits all-commits at lists.llvm.org
Fri Nov 5 09:27:18 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a83a6c22e63ad84e9c210c71b36413bed72ac23c
      https://github.com/llvm/llvm-project/commit/a83a6c22e63ad84e9c210c71b36413bed72ac23c
  Author: Zarko Todorovski <zarko at ca.ibm.com>
  Date:   2021-11-05 (Fri, 05 Nov 2021)

  Changed paths:
    M clang/docs/ClangCommandLineReference.rst
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Frontend/FrontendOptions.h
    M clang/lib/ARCMigrate/ObjCMT.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    A clang/test/ARCMT/allowlisted/Inputs/header1.h
    A clang/test/ARCMT/allowlisted/header1.h
    A clang/test/ARCMT/allowlisted/header1.h.result
    A clang/test/ARCMT/allowlisted/header2.h
    A clang/test/ARCMT/allowlisted/header2.h.result
    A clang/test/ARCMT/allowlisted/objcmt-with-allowlist-impl.m
    A clang/test/ARCMT/allowlisted/objcmt-with-allowlist-impl.m.result
    A clang/test/ARCMT/allowlisted/objcmt-with-allowlist.m
    R clang/test/ARCMT/whitelisted/Inputs/header1.h
    R clang/test/ARCMT/whitelisted/header1.h
    R clang/test/ARCMT/whitelisted/header1.h.result
    R clang/test/ARCMT/whitelisted/header2.h
    R clang/test/ARCMT/whitelisted/header2.h.result
    R clang/test/ARCMT/whitelisted/objcmt-with-whitelist-impl.m
    R clang/test/ARCMT/whitelisted/objcmt-with-whitelist-impl.m.result
    R clang/test/ARCMT/whitelisted/objcmt-with-whitelist.m
    M clang/test/SemaObjC/method-conflict-1.m
    M clang/test/SemaObjC/method-conflict-2.m
    M clang/test/SemaObjC/method-typecheck-3.m

  Log Message:
  -----------
  [clang] [Objective C] Inclusive language: use objcmt-allowlist-dir-path=<arg> instead of objcmt-white-list-dir-path=<arg>

Trying to update some options that don't at least have an inclusive language version.
This patch adds `objcmt-allowlist-dir-path` as a default alternative.

Reviewed By: akyrtzi

Differential Revision: https://reviews.llvm.org/D112591




More information about the All-commits mailing list