[all-commits] [llvm/llvm-project] 05eeda: [clang][cli] Turn arcmt-* options into a single op...

Jan Svoboda via All-commits all-commits at lists.llvm.org
Wed Nov 18 01:54:16 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 05eeda9752b393c074dd22716670bc3b9671270d
      https://github.com/llvm/llvm-project/commit/05eeda9752b393c074dd22716670bc3b9671270d
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2020-11-18 (Wed, 18 Nov 2020)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/test/ARCMT/GC-check-warn-nsalloc.m
    M clang/test/ARCMT/GC-check.m
    M clang/test/ARCMT/atautorelease-check.m
    M clang/test/ARCMT/check-api.m
    M clang/test/ARCMT/check-with-pch.m
    M clang/test/ARCMT/check-with-serialized-diag.m
    M clang/test/ARCMT/checking-in-arc.m
    M clang/test/ARCMT/checking.m
    M clang/test/ARCMT/cxx-checking.mm
    M clang/test/ARCMT/driver-migrate.m
    M clang/test/ARCMT/migrate-emit-errors.m
    M clang/test/ARCMT/migrate-plist-output.m
    M clang/test/ARCMT/migrate-space-in-path.m
    M clang/test/ARCMT/migrate-with-pch.m
    M clang/test/ARCMT/migrate.m
    M clang/test/ARCMT/no-canceling-bridge-to-bridge-cast.m
    M clang/test/ARCMT/nonobjc-to-objc-cast-2.m
    M clang/test/ARCMT/releases-driver.m
    M clang/test/ARCMT/releases-driver.m.result
    M clang/test/ARCMT/verify.m
    M clang/test/ARCMT/with-arc-mode-modify.m
    M clang/test/ARCMT/with-arc-mode-modify.m.result
    M llvm/include/llvm/Option/OptParser.td
    M llvm/utils/TableGen/OptParserEmitter.cpp

  Log Message:
  -----------
  [clang][cli] Turn arcmt-* options into a single option

- The new option, -arcmt-action, is a simple enum based option.
- The driver is modified to translate the existing -ccc-acmt-* options accordingly
Depends on D83298

Reviewed By: Bigcheese

Original patch by Daniel Grumberg.

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




More information about the All-commits mailing list