[all-commits] [llvm/llvm-project] 570390: [libc++] Assume that push_macro and pop_macro are ...

philnik777 via All-commits all-commits at lists.llvm.org
Mon May 23 11:48:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 570390580567ccc940c141e9ee4e16fd31ace176
      https://github.com/llvm/llvm-project/commit/570390580567ccc940c141e9ee4e16fd31ace176
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-05-23 (Mon, 23 May 2022)

  Changed paths:
    M libcxx/CMakeLists.txt
    M libcxx/include/__config
    M libcxx/include/__undef_macros

  Log Message:
  -----------
  [libc++] Assume that push_macro and pop_macro are available

All compilers that libc++ supports support `push_macro` and `pop_macro`. So let's remove it.

Reviewed By: ldionne, #libc

Spies: libcxx-commits, mgorny

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




More information about the All-commits mailing list