This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from fdb4f17 Remove trailing WS [NFC] new 14c09a2 Add an _LIBCPP_NORETURN inline function named __throw_XXX for [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/__functional_03 | 16 ++----- include/__locale | 7 +-- include/any | 1 - include/array | 16 ++----- include/bitset | 66 +++++++------------------- include/complex | 3 -- include/deque | 12 ++--- include/experimental/any | 5 +- include/experimental/dynarray | 31 +++--------- include/experimental/optional | 22 +++++---- include/experimental/string_view | 4 +- include/fstream | 20 ++++---- include/functional | 14 ++++-- include/future | 4 +- include/locale | 12 ++--- include/memory | 19 ++++---- include/new | 16 ++++++- include/regex | 5 +- include/stdexcept | 87 ++++++++++++++++++++++++++++++++++ include/string | 20 ++------ include/typeinfo | 12 +++++ include/vector | 16 ++----- src/debug.cpp | 35 ++++---------- src/experimental/memory_resource.cpp | 6 +-- src/locale.cpp | 92 ++++++++++++++---------------------- src/new.cpp | 2 + src/string.cpp | 2 +- src/system_error.cpp | 1 + src/thread.cpp | 10 ++-- src/typeinfo.cpp | 4 ++ 30 files changed, 272 insertions(+), 288 deletions(-)