[all-commits] [llvm/llvm-project] 539060: [OpaquePtr][Clang] Add CLANG_ENABLE_OPAQUE_POINTER...

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Apr 7 01:15:14 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5390606aa963a7b415da65aa8120efbbafd30401
      https://github.com/llvm/llvm-project/commit/5390606aa963a7b415da65aa8120efbbafd30401
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
    M clang/CMakeLists.txt
    M clang/include/clang/Config/config.h.cmake
    M clang/include/clang/Driver/Options.td

  Log Message:
  -----------
  [OpaquePtr][Clang] Add CLANG_ENABLE_OPAQUE_POINTERS cmake option

This option controls whether -opaque-pointers or -no-opaque-pointers
is the default. Once opaque pointers are enabled by default, this
will provide a simple way to temporarily opt-out of the change.

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




More information about the All-commits mailing list