mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-25 06:42:27 +00:00
Reduce header complexity
- Remove most __ASSEMBLER__ __LINKER__ ifdefs - Rename libc/intrin/bits.h to libc/serialize.h - Block pthread cancelation in fchmodat() polyfill - Remove `clang-format off` statements in third_party
This commit is contained in:
parent
96f979dfc5
commit
fa20edc44d
3057 changed files with 410 additions and 4398 deletions
13
third_party/libcxx/.clang-format
vendored
13
third_party/libcxx/.clang-format
vendored
|
@ -1,13 +0,0 @@
|
|||
BasedOnStyle: LLVM
|
||||
|
||||
---
|
||||
Language: Cpp
|
||||
Standard: Cpp03
|
||||
|
||||
AlwaysBreakTemplateDeclarations: true
|
||||
PointerAlignment: Left
|
||||
|
||||
# Disable formatting options which may break tests.
|
||||
SortIncludes: false
|
||||
ReflowComments: false
|
||||
---
|
1
third_party/libcxx/__sso_allocator
vendored
1
third_party/libcxx/__sso_allocator
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/__std_stream
vendored
1
third_party/libcxx/__std_stream
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/algorithm.cc
vendored
1
third_party/libcxx/algorithm.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===----------------------- algorithm.cpp --------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/any
vendored
1
third_party/libcxx/any
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===------------------------------ any -----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/atomic
vendored
1
third_party/libcxx/atomic
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- atomic -----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/ccomplex
vendored
1
third_party/libcxx/ccomplex
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- ccomplex ---------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/cfenv
vendored
1
third_party/libcxx/cfenv
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===---------------------------- cfenv -----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/cfloat
vendored
1
third_party/libcxx/cfloat
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- cfloat -----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/chrono.cc
vendored
1
third_party/libcxx/chrono.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===------------------------- chrono.cpp ---------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/cinttypes
vendored
1
third_party/libcxx/cinttypes
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- cinttypes --------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/ciso646
vendored
1
third_party/libcxx/ciso646
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- ciso646 ----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/clocale
vendored
1
third_party/libcxx/clocale
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- clocale ----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/codecvt
vendored
1
third_party/libcxx/codecvt
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===-------------------------- codecvt -----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/compare
vendored
1
third_party/libcxx/compare
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===-------------------------- compare -----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/complex
vendored
1
third_party/libcxx/complex
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- complex ----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/condition_variable
vendored
1
third_party/libcxx/condition_variable
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===---------------------- condition_variable ----------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/condition_variable.cc
vendored
1
third_party/libcxx/condition_variable.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===-------------------- condition_variable.cpp --------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===---------------- condition_variable_destructor.cpp ------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/csetjmp
vendored
1
third_party/libcxx/csetjmp
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- csetjmp ----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/csignal
vendored
1
third_party/libcxx/csignal
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- csignal ----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/cstdbool
vendored
1
third_party/libcxx/cstdbool
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- cstdbool ---------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/ctgmath
vendored
1
third_party/libcxx/ctgmath
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===-------------------------- ctgmath -----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/directory_iterator.cc
vendored
1
third_party/libcxx/directory_iterator.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===------------------ directory_iterator.cpp ----------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/execution
vendored
1
third_party/libcxx/execution
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===------------------------- execution ---------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/experimental/__config
vendored
1
third_party/libcxx/experimental/__config
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- __config ---------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/filesystem
vendored
1
third_party/libcxx/filesystem
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- filesystem -------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/filesystem_common.hh
vendored
1
third_party/libcxx/filesystem_common.hh
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===----------------------------------------------------------------------===////
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/forward_list
vendored
1
third_party/libcxx/forward_list
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===----------------------- forward_list ---------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/fstream
vendored
1
third_party/libcxx/fstream
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===------------------------- fstream ------------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/functional.cc
vendored
1
third_party/libcxx/functional.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===----------------------- functional.cpp -------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/future
vendored
1
third_party/libcxx/future
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- future -----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/future.cc
vendored
1
third_party/libcxx/future.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===------------------------- future.cpp ---------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/hash.cc
vendored
1
third_party/libcxx/hash.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===-------------------------- hash.cpp ----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/include/atomic_support.hh
vendored
1
third_party/libcxx/include/atomic_support.hh
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===----------------------------------------------------------------------===////
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/include/config_elast.hh
vendored
1
third_party/libcxx/include/config_elast.hh
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===----------------------- config_elast.h -------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/iomanip
vendored
1
third_party/libcxx/iomanip
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- iomanip ----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/ios.cc
vendored
1
third_party/libcxx/ios.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===-------------------------- ios.cpp -----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/iostream
vendored
1
third_party/libcxx/iostream
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- iostream ---------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/iostream.cc
vendored
1
third_party/libcxx/iostream.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===------------------------ iostream.cpp --------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/locale1.cc
vendored
1
third_party/libcxx/locale1.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===------------------------- locale.cpp ---------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/locale2.cc
vendored
1
third_party/libcxx/locale2.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===------------------------- locale.cpp ---------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/locale3.cc
vendored
1
third_party/libcxx/locale3.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===------------------------- locale.cpp ---------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/locale4.cc
vendored
1
third_party/libcxx/locale4.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===------------------------- locale.cpp ---------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/memory.cc
vendored
1
third_party/libcxx/memory.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===------------------------ memory.cpp ----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/mutex
vendored
1
third_party/libcxx/mutex
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- mutex ------------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/mutex.cc
vendored
1
third_party/libcxx/mutex.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===------------------------- mutex.cpp ----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/operations.cc
vendored
1
third_party/libcxx/operations.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===--------------------- filesystem/ops.cpp -----------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/optional.cc
vendored
1
third_party/libcxx/optional.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===------------------------ optional.cpp --------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/regex
vendored
1
third_party/libcxx/regex
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- regex ------------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/regex.cc
vendored
1
third_party/libcxx/regex.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===-------------------------- regex.cpp ---------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/scoped_allocator
vendored
1
third_party/libcxx/scoped_allocator
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===-------------------------- scoped_allocator --------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/shared_mutex
vendored
1
third_party/libcxx/shared_mutex
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===------------------------ shared_mutex --------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/shared_mutex.cc
vendored
1
third_party/libcxx/shared_mutex.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===---------------------- shared_mutex.cpp ------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/span
vendored
1
third_party/libcxx/span
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===------------------------------ span ---------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/stack
vendored
1
third_party/libcxx/stack
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===---------------------------- stack -----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/string.cc
vendored
1
third_party/libcxx/string.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===------------------------- string.cpp ---------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/strstream
vendored
1
third_party/libcxx/strstream
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- strstream --------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/strstream.cc
vendored
1
third_party/libcxx/strstream.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===------------------------ strstream.cpp -------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/thread
vendored
1
third_party/libcxx/thread
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===--------------------------- thread -----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/thread.cc
vendored
1
third_party/libcxx/thread.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===------------------------- thread.cpp----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/typeindex
vendored
1
third_party/libcxx/typeindex
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===-------------------------- typeindex ---------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/valarray
vendored
1
third_party/libcxx/valarray
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===-------------------------- valarray ----------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/valarray.cc
vendored
1
third_party/libcxx/valarray.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
//===------------------------ valarray.cpp --------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
1
third_party/libcxx/variant
vendored
1
third_party/libcxx/variant
vendored
|
@ -1,5 +1,4 @@
|
|||
// -*- C++ -*-
|
||||
// clang-format off
|
||||
//===------------------------------ variant -------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue