[all-commits] [llvm/llvm-project] e31d27: [libc++][format] Renames __null_sentinel.

mordante via All-commits all-commits at lists.llvm.org
Sat Dec 17 04:44:06 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e31d27e46048ccc3294d6b215dc778b3390e7834
      https://github.com/llvm/llvm-project/commit/e31d27e46048ccc3294d6b215dc778b3390e7834
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    M libcxx/include/__format/formatter_output.h
    M libcxx/test/libcxx/nasty_macros.compile.pass.cpp

  Log Message:
  -----------
  [libc++][format] Renames __null_sentinel.

While the FreeBSD CI was enabled in D128084 it was discovered libc++
uses the name of a system macro on FreeBSD. This renames the macro to
fix the issue.

Reviewed By: emaste, #libc, philnik

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




More information about the All-commits mailing list