Upgrade to 2022-era LLVM LIBCXX

This commit is contained in:
Justine Tunney 2024-05-27 02:12:27 -07:00
parent 2f4ca71f26
commit 8e68384e15
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2078 changed files with 165657 additions and 65010 deletions

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/binary_function.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/binary_negate.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/bind.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/bind_back.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/bind_front.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/binder1st.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/binder2nd.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/boyer_moore_searcher.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/compose.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/default_searcher.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/function.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/hash.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/identity.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/invoke.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/is_transparent.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/mem_fn.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/mem_fun_ref.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/not_fn.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/operations.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/perfect_forward.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/pointer_to_binary_function.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/pointer_to_unary_function.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/ranges_operations.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/reference_wrapper.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/unary_function.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/unary_negate.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__functional/weak_result_type.h"