[all-commits] [llvm/llvm-project] 13ea13: [libc++] Make it an error to define _LIBCPP_DEBUG

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Nov 15 06:48:28 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 13ea1343231fa4ae12fe9fba4c789728465783d7
      https://github.com/llvm/llvm-project/commit/13ea1343231fa4ae12fe9fba4c789728465783d7
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/include/__assert
    M libcxx/include/__debug
    R libcxx/test/libcxx/assertions/debug_mode_compatibility.pass.cpp
    R libcxx/test/libcxx/debug/debug.catch-legacy-macro.verify.cpp

  Log Message:
  -----------
  [libc++] Make it an error to define _LIBCPP_DEBUG

We have been transitioning off of that macro since LLVM 15.

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




More information about the All-commits mailing list