[all-commits] [llvm/llvm-project] 27e5bf: [libc++] Fix the header guard from _LIBCPP_STEAMBU...

Quuxplusone via All-commits all-commits at lists.llvm.org
Sun Apr 4 15:09:27 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 27e5bffbf62cb13638102c7d3de1f386e39f0373
      https://github.com/llvm/llvm-project/commit/27e5bffbf62cb13638102c7d3de1f386e39f0373
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-04-04 (Sun, 04 Apr 2021)

  Changed paths:
    M libcxx/include/streambuf

  Log Message:
  -----------
  [libc++] Fix the header guard from _LIBCPP_STEAMBUF to _LIBCPP_STREAMBUF.


  Commit: 9abff04e506fe0b86485909434d4dc3b6011c463
      https://github.com/llvm/llvm-project/commit/9abff04e506fe0b86485909434d4dc3b6011c463
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-04-04 (Sun, 04 Apr 2021)

  Changed paths:
    M libcxx/test/support/test_macros.h

  Log Message:
  -----------
  [libc++] Fix test_macros.h in the same way as commit 49e5a896 fixed __config.

Since D99515, this header triggers -Wundef on Mac OSX older than 10.15.
This is now fixed.


Compare: https://github.com/llvm/llvm-project/compare/2760a808b991...9abff04e506f


More information about the All-commits mailing list