[all-commits] [llvm/llvm-project] cc82a1: [libc++][NFC] Fix include guards and add a missing...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Mar 23 10:14:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc82a1b02a29c1f3a839f388391c13217d361326
https://github.com/llvm/llvm-project/commit/cc82a1b02a29c1f3a839f388391c13217d361326
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M libcxx/include/__bsd_locale_defaults.h
M libcxx/include/__bsd_locale_fallbacks.h
M libcxx/include/__config
M libcxx/include/__config_site.in
M libcxx/include/__debug
M libcxx/include/__hash_table
M libcxx/include/__split_buffer
M libcxx/include/__threading_support
Log Message:
-----------
[libc++][NFC] Fix include guards and add a missing license header
Commit: 215f5fd135d38383a5d72f8a51c6c651aad3a6f7
https://github.com/llvm/llvm-project/commit/215f5fd135d38383a5d72f8a51c6c651aad3a6f7
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M libcxx/include/__availability
Log Message:
-----------
[libc++][NFC] Change availability macro from macosx to macos
The Clang documentation mentions that macosx is supported for backwards
compatibility, but it's deprecated.
Compare: https://github.com/llvm/llvm-project/compare/9a88c2b63941...215f5fd135d3
More information about the All-commits
mailing list