Skip to content

Commit

Permalink
Roll src/buildtools/third_party/libc++/trunk/ 955113db3..fbddc4698 (3…
Browse files Browse the repository at this point in the history
…3 commits)

https://chromium.googlesource.com/chromium/llvm-project/libcxx.git/+log/955113db3756..fbddc4698610

$ git log 955113db3..fbddc4698 --date=short --no-merges --format='%ad %ae %s'
2019-04-03 nicolasweber libcxx: Add _LIBCPP_NODISCARD_EXT to 38 more functions
2019-04-03 ldionne [libc++] Use std::is_nothrow_callable for std::invoke according to LWG 2807
2019-04-03 sbenza Add more benchmarks for literal strings.
2019-04-03 ldionne [libc++][NFC] Rename test file according to the libc++ convention
2019-04-03 ldionne [libc++] (Take 2) Correctly handle Objective-C++ ARC qualifiers in std::is_pointer
2019-04-03 hans Revert "[libc++] Correctly handle Objective-C++ ARC qualifiers in std::is_pointer"
2019-04-03 phosek [CMake] Differentiate between static and shared libc++abi
2019-04-03 bion [libcxx] [test] Add missing <stdexcept> to name std::out_of_range to string.conversions\stold.pass.cpp.
2019-04-03 bion [libcxx] [test] Use ptrdiff_t rather than int in splice_after_range.pass.cpp to avoid narrowing from pointer subtraction to int warnings.
2019-04-03 bion [libcxx] [test] Fix test bugs in string.cons/copy_alloc.pass.cpp.
2019-04-03 mclow.lists Fix backwards test that I committed yesterday. Sigh
2019-04-02 ldionne Revert "[libc++] Fix error flags and exceptions propagated from input stream operations"
2019-04-02 ldionne [libc++] Fix build when exceptions are turned off
2019-04-02 ldionne [libc++] Fix error flags and exceptions propagated from input stream operations
2019-04-02 ldionne [libc++] Correctly handle Objective-C++ ARC qualifiers in std::is_pointer
2019-04-02 ldionne [libc++] Remove use of auto with actual type
2019-04-02 ldionne [libc++][NFC] Remove useless public: label at the end of class
2019-04-02 mclow.lists Special case some duration arithmetic for GCC and PPC because their long double constant folding is broken. Fixes PR#39696.
2019-04-02 mclow.lists Fix typo that I introduced in r357413. Thanks to ensadc@mailnesia.com for the catch.
2019-04-02 eric Fix a number of bugs in __val_expr's subset operator[].
2019-04-01 ldionne [libcxx] Make sure reference_wrapper works with incomplete types
2019-04-01 mclow.lists Fix PR#41323 'Race condition in steady_clock::now for _LIBCPP_WIN32API'. thanks to Ivan Afanasyev for the report.
2019-04-01 ldionne [libc++] Declare std::tuple_element as struct instead of class
2019-04-01 mclow.lists Fix PR41130 - 'operator/ of std::chrono::duration and custom type'. Thanks to Zulan for the report, and Howard for the direction of the fix.
2019-03-31 eric Make common_type's implementation common
2019-03-29 eric Mark fenv.h as a system header before the #include_next directive
2019-03-28 mclow.lists Fix PR#35967: '<regex> syntax_option_type is not a proper bitmask' Sadly, this is an ABI break, so it's only available if you define either '_LIBCPP_ABI_VERSION > 2' or '_LIBCPP_ABI_UNSTABLE' or '_LIBCPP_ABI_REGEX_CONSTANTS_NONZERO' and rebuild your dylib.
2019-03-28 ldionne [libc++] Remove unnecessary <iostream> #includes in tests
2019-03-28 mclow.lists Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'static_assert( is_same<'. Much easier to read. I left two tests alone: is_same.pass.cpp, which should call 'is_same' directly, and common_type.pass.cpp, which Eric is working on. NFC intended
2019-03-28 ldionne [libc++] Rename span's as_writeable_bytes to as_writable_bytes
2019-03-27 thomasanderson Fix and speedup __libcpp_locale_guard on Windows
2019-03-27 Casey Fix occurrences of _LIBCPP_ASSERT in span tests
2019-03-27 ldionne [libc++] Add proper XFAILs for shared_mutex tests

Created with:
  roll-dep src/buildtools/third_party/libc++/trunk
R=hans@chromium.org

Bug: 948122
Change-Id: I0c2e986aa67ce6cadb5bd38c997ddac14ef6dfe7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1551470
Auto-Submit: Nico Weber <thakis@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Reviewed-by: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#647645}
  • Loading branch information
nico authored and Commit Bot committed Apr 4, 2019
1 parent 6131332 commit 4647fbb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ vars = {
# GN CIPD package version.
'gn_version': 'git_revision:64b846c96daeb3eaf08e26d8a84d8451c6cb712b',

# Also, if you change these, make sure you update the svn_revisions in
# //buildtools/deps_revisions.gni.
# Also, if you change these, update buildtools/DEPS too. Also update the
# libc++ svn_revision in //buildtools/deps_revisions.gni.
'clang_format_revision': '96636aa0e9f047f17447f2d45a094d0b59ed7917',
'libcxx_revision': '955113db37563c8632e31ddcff2047845553d7ff',
'libcxx_revision': 'fbddc46986100095d5f7ed1bc2bf795d3bb3e9e4',
'libcxxabi_revision': '0d529660e32d77d9111912d73f2c74fc5fa2a858',
'libunwind_revision': '69d9b84cca8354117b9fe9705a4430d789ee599b',
}
Expand Down
2 changes: 1 addition & 1 deletion buildtools/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ vars = {

# When changing these, also update the svn revisions in deps_revisions.gni
'clang_format_revision': '96636aa0e9f047f17447f2d45a094d0b59ed7917',
'libcxx_revision': '955113db37563c8632e31ddcff2047845553d7ff',
'libcxx_revision': 'fbddc46986100095d5f7ed1bc2bf795d3bb3e9e4',
'libcxxabi_revision': '0d529660e32d77d9111912d73f2c74fc5fa2a858',
'libunwind_revision': '69d9b84cca8354117b9fe9705a4430d789ee599b',
}
Expand Down
2 changes: 1 addition & 1 deletion buildtools/deps_revisions.gni
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
declare_args() {
# The libc++ svn revision that belongs to the git hash in DEPS. Used to cause
# full rebuilds on libc++ rolls.
libcxx_svn_revision = "357024"
libcxx_svn_revision = "357619"
}

0 comments on commit 4647fbb

Please sign in to comment.