diff options
305 files changed, 305 insertions, 305 deletions
diff --git a/libcxx/docs/DesignDocs/CapturingConfigInfo.rst b/libcxx/docs/DesignDocs/CapturingConfigInfo.rst index 94e1d8b..3ab078e 100644 --- a/libcxx/docs/DesignDocs/CapturingConfigInfo.rst +++ b/libcxx/docs/DesignDocs/CapturingConfigInfo.rst @@ -70,7 +70,7 @@ configuration all together. An example "__config" header generated when #endif // -*- C++ -*- - //===--------------------------- __config ---------------------------------===// + //===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/__bsd_locale_defaults.h b/libcxx/include/__bsd_locale_defaults.h index 2ace2a2..0d6506c6 100644 --- a/libcxx/include/__bsd_locale_defaults.h +++ b/libcxx/include/__bsd_locale_defaults.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------- __bsd_locale_defaults.h -----------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/__bsd_locale_fallbacks.h b/libcxx/include/__bsd_locale_fallbacks.h index aa64b54..2d5c2ec 100644 --- a/libcxx/include/__bsd_locale_fallbacks.h +++ b/libcxx/include/__bsd_locale_fallbacks.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------- __bsd_locale_fallbacks.h ----------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/__config b/libcxx/include/__config index c09d5f3..18d0c86 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- __config ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/__debug b/libcxx/include/__debug index 771e431..e25039c 100644 --- a/libcxx/include/__debug +++ b/libcxx/include/__debug @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- __debug ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/__errc b/libcxx/include/__errc index 81da2e1..68d5fa3 100644 --- a/libcxx/include/__errc +++ b/libcxx/include/__errc @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- __errc ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/__nullptr b/libcxx/include/__nullptr index e147511..d02be21 100644 --- a/libcxx/include/__nullptr +++ b/libcxx/include/__nullptr @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- __nullptr --------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/__ranges/access.h b/libcxx/include/__ranges/access.h index 55971135..b0b89c0 100644 --- a/libcxx/include/__ranges/access.h +++ b/libcxx/include/__ranges/access.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------ __ranges/access.h ---------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/__ranges/concepts.h b/libcxx/include/__ranges/concepts.h index 90028e3..dc1cece 100644 --- a/libcxx/include/__ranges/concepts.h +++ b/libcxx/include/__ranges/concepts.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------- __ranges/concepts.h ----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/__ranges/data.h b/libcxx/include/__ranges/data.h index 8060dd5..7eade49 100644 --- a/libcxx/include/__ranges/data.h +++ b/libcxx/include/__ranges/data.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------ __ranges/data.h ------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/__ranges/enable_borrowed_range.h b/libcxx/include/__ranges/enable_borrowed_range.h index 220db8b..20b1d42b 100644 --- a/libcxx/include/__ranges/enable_borrowed_range.h +++ b/libcxx/include/__ranges/enable_borrowed_range.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------ __ranges/enable_borrowed_range.h ------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/__string b/libcxx/include/__string index 1691b44..890fb21 100644 --- a/libcxx/include/__string +++ b/libcxx/include/__string @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- __string ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/__undef_macros b/libcxx/include/__undef_macros index 4923ee6..40b2b64 100644 --- a/libcxx/include/__undef_macros +++ b/libcxx/include/__undef_macros @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------ __undef_macros ------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/__utility/to_underlying.h b/libcxx/include/__utility/to_underlying.h index 084d369..54f9910 100644 --- a/libcxx/include/__utility/to_underlying.h +++ b/libcxx/include/__utility/to_underlying.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===----------------- __utility/to_underlying.h --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm index 77a9d74..b28c8cd 100644 --- a/libcxx/include/algorithm +++ b/libcxx/include/algorithm @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- algorithm ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/any b/libcxx/include/any index 3a826c4..c5b7af2 100644 --- a/libcxx/include/any +++ b/libcxx/include/any @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------------ any -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/array b/libcxx/include/array index 0ddfc95..06884ea 100644 --- a/libcxx/include/array +++ b/libcxx/include/array @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- array -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/atomic b/libcxx/include/atomic index 5fc53a5..252ab21 100644 --- a/libcxx/include/atomic +++ b/libcxx/include/atomic @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- atomic -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/barrier b/libcxx/include/barrier index e26dba6..aef8855 100644 --- a/libcxx/include/barrier +++ b/libcxx/include/barrier @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- barrier ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/bit b/libcxx/include/bit index eab6797..634475b 100644 --- a/libcxx/include/bit +++ b/libcxx/include/bit @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------------ bit ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/bitset b/libcxx/include/bitset index f9549e8..8f538e9 100644 --- a/libcxx/include/bitset +++ b/libcxx/include/bitset @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- bitset ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/cassert b/libcxx/include/cassert index 25a0a74..ebd5a56 100644 --- a/libcxx/include/cassert +++ b/libcxx/include/cassert @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- cassert -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/ccomplex b/libcxx/include/ccomplex index cea4509..3402fc9 100644 --- a/libcxx/include/ccomplex +++ b/libcxx/include/ccomplex @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- ccomplex ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/cctype b/libcxx/include/cctype index b078056..4235cd6 100644 --- a/libcxx/include/cctype +++ b/libcxx/include/cctype @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- cctype ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/cerrno b/libcxx/include/cerrno index 1388d7e..486588e 100644 --- a/libcxx/include/cerrno +++ b/libcxx/include/cerrno @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- cerrno ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/cfenv b/libcxx/include/cfenv index 05b55ee..94ab793 100644 --- a/libcxx/include/cfenv +++ b/libcxx/include/cfenv @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- cfenv -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/cfloat b/libcxx/include/cfloat index 77ff526..7637408 100644 --- a/libcxx/include/cfloat +++ b/libcxx/include/cfloat @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- cfloat -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/charconv b/libcxx/include/charconv index c0e43e5..ee21584 100644 --- a/libcxx/include/charconv +++ b/libcxx/include/charconv @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------------ charconv ------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/chrono b/libcxx/include/chrono index f703d6c..d29734f 100644 --- a/libcxx/include/chrono +++ b/libcxx/include/chrono @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- chrono ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/cinttypes b/libcxx/include/cinttypes index 7ce4a8a..07d54a3 100644 --- a/libcxx/include/cinttypes +++ b/libcxx/include/cinttypes @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- cinttypes --------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/ciso646 b/libcxx/include/ciso646 index c37f637..b2538d0 100644 --- a/libcxx/include/ciso646 +++ b/libcxx/include/ciso646 @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- ciso646 ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/climits b/libcxx/include/climits index 217ec62..2040e1a 100644 --- a/libcxx/include/climits +++ b/libcxx/include/climits @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- climits ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/clocale b/libcxx/include/clocale index ea4f8014..ed8c7d2 100644 --- a/libcxx/include/clocale +++ b/libcxx/include/clocale @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- clocale ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/cmath b/libcxx/include/cmath index 0a7ff08..3a7985f 100644 --- a/libcxx/include/cmath +++ b/libcxx/include/cmath @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- cmath -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/codecvt b/libcxx/include/codecvt index 4ae07be..60d3db8 100644 --- a/libcxx/include/codecvt +++ b/libcxx/include/codecvt @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- codecvt -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/compare b/libcxx/include/compare index ad658c9..8a2a829 100644 --- a/libcxx/include/compare +++ b/libcxx/include/compare @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- compare -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/complex b/libcxx/include/complex index 0289c83..6b74435 100644 --- a/libcxx/include/complex +++ b/libcxx/include/complex @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- complex ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/complex.h b/libcxx/include/complex.h index cdf97ac..d44a5dd 100644 --- a/libcxx/include/complex.h +++ b/libcxx/include/complex.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- complex.h --------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/condition_variable b/libcxx/include/condition_variable index a33250c..0569e22 100644 --- a/libcxx/include/condition_variable +++ b/libcxx/include/condition_variable @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------- condition_variable ----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/csetjmp b/libcxx/include/csetjmp index 41902f0..f7afe61 100644 --- a/libcxx/include/csetjmp +++ b/libcxx/include/csetjmp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- csetjmp ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/csignal b/libcxx/include/csignal index 3b262b5..e2c71a98 100644 --- a/libcxx/include/csignal +++ b/libcxx/include/csignal @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- csignal ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/cstdarg b/libcxx/include/cstdarg index 352db8b..17fa5a5 100644 --- a/libcxx/include/cstdarg +++ b/libcxx/include/cstdarg @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- cstdarg ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/cstdbool b/libcxx/include/cstdbool index 7708537..b7bdb9a 100644 --- a/libcxx/include/cstdbool +++ b/libcxx/include/cstdbool @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- cstdbool ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/cstddef b/libcxx/include/cstddef index 3e56d44..ed5aea6 100644 --- a/libcxx/include/cstddef +++ b/libcxx/include/cstddef @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- cstddef ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/cstdint b/libcxx/include/cstdint index aa7c8b5..8fbdd6e 100644 --- a/libcxx/include/cstdint +++ b/libcxx/include/cstdint @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- cstdint ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/cstdio b/libcxx/include/cstdio index 6a88bee..492439f 100644 --- a/libcxx/include/cstdio +++ b/libcxx/include/cstdio @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- cstdio ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/cstdlib b/libcxx/include/cstdlib index e1645f6..219c68c 100644 --- a/libcxx/include/cstdlib +++ b/libcxx/include/cstdlib @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- cstdlib ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/cstring b/libcxx/include/cstring index d69d27c..91036f5 100644 --- a/libcxx/include/cstring +++ b/libcxx/include/cstring @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- cstring ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/ctgmath b/libcxx/include/ctgmath index 41f7f0a..108e948 100644 --- a/libcxx/include/ctgmath +++ b/libcxx/include/ctgmath @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- ctgmath -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/ctime b/libcxx/include/ctime index 816618f..779187d 100644 --- a/libcxx/include/ctime +++ b/libcxx/include/ctime @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- ctime -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/ctype.h b/libcxx/include/ctype.h index 967b6be..308d6e4 100644 --- a/libcxx/include/ctype.h +++ b/libcxx/include/ctype.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- ctype.h ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/cwchar b/libcxx/include/cwchar index c596398..e07f2df 100644 --- a/libcxx/include/cwchar +++ b/libcxx/include/cwchar @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- cwchar -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/cwctype b/libcxx/include/cwctype index 27eea2f..b3ef1ae 100644 --- a/libcxx/include/cwctype +++ b/libcxx/include/cwctype @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- cwctype ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/deque b/libcxx/include/deque index 95ded31..9ab6ea7 100644 --- a/libcxx/include/deque +++ b/libcxx/include/deque @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- deque -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/errno.h b/libcxx/include/errno.h index 59950c2..a0bbec4 100644 --- a/libcxx/include/errno.h +++ b/libcxx/include/errno.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- errno.h -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/exception b/libcxx/include/exception index 816f259..5f54861 100644 --- a/libcxx/include/exception +++ b/libcxx/include/exception @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- exception ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/execution b/libcxx/include/execution index e25cb82..32b05b8 100644 --- a/libcxx/include/execution +++ b/libcxx/include/execution @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------- execution ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/__config b/libcxx/include/experimental/__config index 9c16474..c7a7d68 100644 --- a/libcxx/include/experimental/__config +++ b/libcxx/include/experimental/__config @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- __config ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/algorithm b/libcxx/include/experimental/algorithm index 79572ff..bcf372c 100644 --- a/libcxx/include/experimental/algorithm +++ b/libcxx/include/experimental/algorithm @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- algorithm ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/coroutine b/libcxx/include/experimental/coroutine index bac6062..16b4028 100644 --- a/libcxx/include/experimental/coroutine +++ b/libcxx/include/experimental/coroutine @@ -1,5 +1,5 @@ // -*- C++ -*- -//===----------------------------- coroutine -----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/deque b/libcxx/include/experimental/deque index 73c2787..594ddff 100644 --- a/libcxx/include/experimental/deque +++ b/libcxx/include/experimental/deque @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- deque ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/filesystem b/libcxx/include/experimental/filesystem index d2e6237..45d80b6 100644 --- a/libcxx/include/experimental/filesystem +++ b/libcxx/include/experimental/filesystem @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- filesystem -------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/forward_list b/libcxx/include/experimental/forward_list index 93f6deb..6781424 100644 --- a/libcxx/include/experimental/forward_list +++ b/libcxx/include/experimental/forward_list @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- forward_list -----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/functional b/libcxx/include/experimental/functional index e3220e1..bcff51e8 100644 --- a/libcxx/include/experimental/functional +++ b/libcxx/include/experimental/functional @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- functional --------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/iterator b/libcxx/include/experimental/iterator index 09ea2cb..10c9038 100644 --- a/libcxx/include/experimental/iterator +++ b/libcxx/include/experimental/iterator @@ -1,5 +1,5 @@ // -*- C++ -*- -//===----------------------------- iterator -------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/list b/libcxx/include/experimental/list index adc64a8..099d80f 100644 --- a/libcxx/include/experimental/list +++ b/libcxx/include/experimental/list @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- list ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/map b/libcxx/include/experimental/map index 965d758..27ff7e8 100644 --- a/libcxx/include/experimental/map +++ b/libcxx/include/experimental/map @@ -1,5 +1,5 @@ // -*- C++ -*- -//===----------------------------- map ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/memory_resource b/libcxx/include/experimental/memory_resource index 75e502d..71a4f51 100644 --- a/libcxx/include/experimental/memory_resource +++ b/libcxx/include/experimental/memory_resource @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------ memory_resource -----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/propagate_const b/libcxx/include/experimental/propagate_const index ce4b879b..12376dc 100644 --- a/libcxx/include/experimental/propagate_const +++ b/libcxx/include/experimental/propagate_const @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------ propagate_const -----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/regex b/libcxx/include/experimental/regex index dcd45ac..ced0e95 100644 --- a/libcxx/include/experimental/regex +++ b/libcxx/include/experimental/regex @@ -1,5 +1,5 @@ // -*- C++ -*- -//===----------------------------- regex ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/set b/libcxx/include/experimental/set index 52f4df3..891510b 100644 --- a/libcxx/include/experimental/set +++ b/libcxx/include/experimental/set @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- list ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/simd b/libcxx/include/experimental/simd index 59a71395..1f17ee9 100644 --- a/libcxx/include/experimental/simd +++ b/libcxx/include/experimental/simd @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------------- simd ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/string b/libcxx/include/experimental/string index 63890ac..b881fcf 100644 --- a/libcxx/include/experimental/string +++ b/libcxx/include/experimental/string @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- string ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/type_traits b/libcxx/include/experimental/type_traits index ea1335f..408e62d 100644 --- a/libcxx/include/experimental/type_traits +++ b/libcxx/include/experimental/type_traits @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- type_traits -------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/unordered_map b/libcxx/include/experimental/unordered_map index eca9cea..fc8cc7f 100644 --- a/libcxx/include/experimental/unordered_map +++ b/libcxx/include/experimental/unordered_map @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------- unordered_map ------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/unordered_set b/libcxx/include/experimental/unordered_set index 323868f..39342da 100644 --- a/libcxx/include/experimental/unordered_set +++ b/libcxx/include/experimental/unordered_set @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------- unordered_set ------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/utility b/libcxx/include/experimental/utility index 0bca0f7..6d819da 100644 --- a/libcxx/include/experimental/utility +++ b/libcxx/include/experimental/utility @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- utility ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/experimental/vector b/libcxx/include/experimental/vector index 9b81012..a22698e 100644 --- a/libcxx/include/experimental/vector +++ b/libcxx/include/experimental/vector @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- vector ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/ext/__hash b/libcxx/include/ext/__hash index fbeddf0..268577f 100644 --- a/libcxx/include/ext/__hash +++ b/libcxx/include/ext/__hash @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------- hash_set ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/ext/hash_map b/libcxx/include/ext/hash_map index 60e32b0..6c757e2 100644 --- a/libcxx/include/ext/hash_map +++ b/libcxx/include/ext/hash_map @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- hash_map ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/ext/hash_set b/libcxx/include/ext/hash_set index af3f9c5..b61f5f1 100644 --- a/libcxx/include/ext/hash_set +++ b/libcxx/include/ext/hash_set @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------- hash_set ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/fenv.h b/libcxx/include/fenv.h index 988cd9b..b3ce237 100644 --- a/libcxx/include/fenv.h +++ b/libcxx/include/fenv.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- math.h ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/filesystem b/libcxx/include/filesystem index f99976f..dcbdbba 100644 --- a/libcxx/include/filesystem +++ b/libcxx/include/filesystem @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- filesystem -------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/float.h b/libcxx/include/float.h index 399ab4f..e3b4f9f 100644 --- a/libcxx/include/float.h +++ b/libcxx/include/float.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- float.h ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/format b/libcxx/include/format index 53ecb5a..e1d47c9 100644 --- a/libcxx/include/format +++ b/libcxx/include/format @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- format -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/forward_list b/libcxx/include/forward_list index 41059a5..9d19e74 100644 --- a/libcxx/include/forward_list +++ b/libcxx/include/forward_list @@ -1,5 +1,5 @@ // -*- C++ -*- -//===----------------------- forward_list ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/fstream b/libcxx/include/fstream index 6e84614..3d64adc 100644 --- a/libcxx/include/fstream +++ b/libcxx/include/fstream @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------- fstream ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/future b/libcxx/include/future index 89acdba..99df883 100644 --- a/libcxx/include/future +++ b/libcxx/include/future @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- future -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/initializer_list b/libcxx/include/initializer_list index ea1f234..d867ee6 100644 --- a/libcxx/include/initializer_list +++ b/libcxx/include/initializer_list @@ -1,5 +1,5 @@ // -*- C++ -*- -//===----------------------- initializer_list -----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/inttypes.h b/libcxx/include/inttypes.h index 6b7cb26..6950814 100644 --- a/libcxx/include/inttypes.h +++ b/libcxx/include/inttypes.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- inttypes.h -------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/iomanip b/libcxx/include/iomanip index 47d573b..ba434b9 100644 --- a/libcxx/include/iomanip +++ b/libcxx/include/iomanip @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- iomanip ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/ios b/libcxx/include/ios index c9230d6..b7d3294 100644 --- a/libcxx/include/ios +++ b/libcxx/include/ios @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- ios -------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/iosfwd b/libcxx/include/iosfwd index 099b60e..938d712 100644 --- a/libcxx/include/iosfwd +++ b/libcxx/include/iosfwd @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- iosfwd -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/iostream b/libcxx/include/iostream index f88f013..7397acf 100644 --- a/libcxx/include/iostream +++ b/libcxx/include/iostream @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- iostream ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/istream b/libcxx/include/istream index 6fb296f..2f39e35 100644 --- a/libcxx/include/istream +++ b/libcxx/include/istream @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- istream ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/iterator b/libcxx/include/iterator index 1f34d25..4dd9902 100644 --- a/libcxx/include/iterator +++ b/libcxx/include/iterator @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- iterator ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/latch b/libcxx/include/latch index 10ae572..e658259 100644 --- a/libcxx/include/latch +++ b/libcxx/include/latch @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- latch -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/limits b/libcxx/include/limits index a6d5178..245c84e 100644 --- a/libcxx/include/limits +++ b/libcxx/include/limits @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- limits ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/limits.h b/libcxx/include/limits.h index 938f887..026bcfe 100644 --- a/libcxx/include/limits.h +++ b/libcxx/include/limits.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- limits.h ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/list b/libcxx/include/list index 2d04b78..6282983 100644 --- a/libcxx/include/list +++ b/libcxx/include/list @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- list ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/locale b/libcxx/include/locale index 0397caf..86af26c 100644 --- a/libcxx/include/locale +++ b/libcxx/include/locale @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- locale ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/locale.h b/libcxx/include/locale.h index c53b54f..215e46d 100644 --- a/libcxx/include/locale.h +++ b/libcxx/include/locale.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- locale.h --------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/map b/libcxx/include/map index 867004a..7654a8f 100644 --- a/libcxx/include/map +++ b/libcxx/include/map @@ -1,5 +1,5 @@ // -*- C++ -*- -//===----------------------------- map ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/math.h b/libcxx/include/math.h index 8cbbc54..850cdcf 100644 --- a/libcxx/include/math.h +++ b/libcxx/include/math.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- math.h ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/memory b/libcxx/include/memory index c5eafe1..f12f3c7 100644 --- a/libcxx/include/memory +++ b/libcxx/include/memory @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- memory ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/mutex b/libcxx/include/mutex index ee1a62a..822abe1 100644 --- a/libcxx/include/mutex +++ b/libcxx/include/mutex @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- mutex ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/new b/libcxx/include/new index 711b3cc..593af9d 100644 --- a/libcxx/include/new +++ b/libcxx/include/new @@ -1,5 +1,5 @@ // -*- C++ -*- -//===----------------------------- new ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/numbers b/libcxx/include/numbers index e84e2ec..ede4e33 100644 --- a/libcxx/include/numbers +++ b/libcxx/include/numbers @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- numbers ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/numeric b/libcxx/include/numeric index d42cbf9..fc44eff 100644 --- a/libcxx/include/numeric +++ b/libcxx/include/numeric @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- numeric ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/optional b/libcxx/include/optional index b9ac71b..837f867 100644 --- a/libcxx/include/optional +++ b/libcxx/include/optional @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- optional ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/ostream b/libcxx/include/ostream index 1b3dd54..98f36ea 100644 --- a/libcxx/include/ostream +++ b/libcxx/include/ostream @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- ostream -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/queue b/libcxx/include/queue index 2c5fa32..03081eb 100644 --- a/libcxx/include/queue +++ b/libcxx/include/queue @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- queue ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/random b/libcxx/include/random index 4a8c2a7..72d9855 100644 --- a/libcxx/include/random +++ b/libcxx/include/random @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- random -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/ranges b/libcxx/include/ranges index 58bdbf3..8a99ee6 100644 --- a/libcxx/include/ranges +++ b/libcxx/include/ranges @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- ranges -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/ratio b/libcxx/include/ratio index 16d3b2b..16b45a2 100644 --- a/libcxx/include/ratio +++ b/libcxx/include/ratio @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- ratio -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/regex b/libcxx/include/regex index c0d1eda..815ff7d 100644 --- a/libcxx/include/regex +++ b/libcxx/include/regex @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- regex ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/scoped_allocator b/libcxx/include/scoped_allocator index 5c2aeb7..2b15655 100644 --- a/libcxx/include/scoped_allocator +++ b/libcxx/include/scoped_allocator @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- scoped_allocator --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/semaphore b/libcxx/include/semaphore index db03fb9..2c2518b 100644 --- a/libcxx/include/semaphore +++ b/libcxx/include/semaphore @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- semaphore --------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/set b/libcxx/include/set index 42ded23..8031752 100644 --- a/libcxx/include/set +++ b/libcxx/include/set @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- set -------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/setjmp.h b/libcxx/include/setjmp.h index f9fb2ff..3ecaeca 100644 --- a/libcxx/include/setjmp.h +++ b/libcxx/include/setjmp.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- setjmp.h ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/shared_mutex b/libcxx/include/shared_mutex index 8205c3e..f866443 100644 --- a/libcxx/include/shared_mutex +++ b/libcxx/include/shared_mutex @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------ shared_mutex --------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/span b/libcxx/include/span index d41678d..d33ad09 100644 --- a/libcxx/include/span +++ b/libcxx/include/span @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------------ span ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/sstream b/libcxx/include/sstream index fbe5ffc..e63d143 100644 --- a/libcxx/include/sstream +++ b/libcxx/include/sstream @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- sstream ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/stack b/libcxx/include/stack index 436993c..5d959c3 100644 --- a/libcxx/include/stack +++ b/libcxx/include/stack @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- stack -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/stdbool.h b/libcxx/include/stdbool.h index 69f7719..98d4321 100644 --- a/libcxx/include/stdbool.h +++ b/libcxx/include/stdbool.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- stdbool.h --------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/stddef.h b/libcxx/include/stddef.h index 2f8c0a5..13944ef 100644 --- a/libcxx/include/stddef.h +++ b/libcxx/include/stddef.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- stddef.h ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/stdexcept b/libcxx/include/stdexcept index c0470d1..ddbc630 100644 --- a/libcxx/include/stdexcept +++ b/libcxx/include/stdexcept @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- stdexcept --------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/stdint.h b/libcxx/include/stdint.h index 5d64910..66676b6 100644 --- a/libcxx/include/stdint.h +++ b/libcxx/include/stdint.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- stdint.h --------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/stdio.h b/libcxx/include/stdio.h index f841220..24224d9 100644 --- a/libcxx/include/stdio.h +++ b/libcxx/include/stdio.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- stdio.h ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/stdlib.h b/libcxx/include/stdlib.h index a2b7cbd..6ae6bb6 100644 --- a/libcxx/include/stdlib.h +++ b/libcxx/include/stdlib.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- stdlib.h ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/streambuf b/libcxx/include/streambuf index 385d486..db3078d 100644 --- a/libcxx/include/streambuf +++ b/libcxx/include/streambuf @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------- streambuf ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/string b/libcxx/include/string index 6114220..313a7b5c 100644 --- a/libcxx/include/string +++ b/libcxx/include/string @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- string -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/string.h b/libcxx/include/string.h index 2d56344..e5a8cfa 100644 --- a/libcxx/include/string.h +++ b/libcxx/include/string.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- string.h ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/string_view b/libcxx/include/string_view index b9d00b3..0ad7dcc 100644 --- a/libcxx/include/string_view +++ b/libcxx/include/string_view @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------ string_view ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/strstream b/libcxx/include/strstream index ca837ae..a5f17a9 100644 --- a/libcxx/include/strstream +++ b/libcxx/include/strstream @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- strstream --------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/system_error b/libcxx/include/system_error index fcb9079..3aa869a 100644 --- a/libcxx/include/system_error +++ b/libcxx/include/system_error @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- system_error ----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/tgmath.h b/libcxx/include/tgmath.h index ba9396e..412bde1 100644 --- a/libcxx/include/tgmath.h +++ b/libcxx/include/tgmath.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- tgmath.h ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/thread b/libcxx/include/thread index 9b59197..f136da5 100644 --- a/libcxx/include/thread +++ b/libcxx/include/thread @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- thread -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/tuple b/libcxx/include/tuple index 1e671b9..2e3d196 100644 --- a/libcxx/include/tuple +++ b/libcxx/include/tuple @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- tuple ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/type_traits b/libcxx/include/type_traits index 5cd38f8..e9d5e06f 100644 --- a/libcxx/include/type_traits +++ b/libcxx/include/type_traits @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------ type_traits ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/typeindex b/libcxx/include/typeindex index 88bb9ef..790aea4 100644 --- a/libcxx/include/typeindex +++ b/libcxx/include/typeindex @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- typeindex ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/typeinfo b/libcxx/include/typeinfo index 6026038..d0f9db3 100644 --- a/libcxx/include/typeinfo +++ b/libcxx/include/typeinfo @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- typeinfo ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/unordered_map b/libcxx/include/unordered_map index c6d4137..53ddb95 100644 --- a/libcxx/include/unordered_map +++ b/libcxx/include/unordered_map @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- unordered_map -----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/unordered_set b/libcxx/include/unordered_set index 33b54d9..1b62e31 100644 --- a/libcxx/include/unordered_set +++ b/libcxx/include/unordered_set @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- unordered_set -----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/utility b/libcxx/include/utility index f8b954f..2b3c4df 100644 --- a/libcxx/include/utility +++ b/libcxx/include/utility @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- utility -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/valarray b/libcxx/include/valarray index 7364881..909e042 100644 --- a/libcxx/include/valarray +++ b/libcxx/include/valarray @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- valarray ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/variant b/libcxx/include/variant index ea120d4..51bcd6e 100644 --- a/libcxx/include/variant +++ b/libcxx/include/variant @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------------ variant -------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/vector b/libcxx/include/vector index 8f22072..e41afba 100644 --- a/libcxx/include/vector +++ b/libcxx/include/vector @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------------ vector --------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/wchar.h b/libcxx/include/wchar.h index 0802640..4d2f62e 100644 --- a/libcxx/include/wchar.h +++ b/libcxx/include/wchar.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- wchar.h ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/wctype.h b/libcxx/include/wctype.h index 8dd8232..08bef7c 100644 --- a/libcxx/include/wctype.h +++ b/libcxx/include/wctype.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===--------------------------- wctype.h ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/algorithm.cpp b/libcxx/src/algorithm.cpp index 16221f4..4cc7c27 100644 --- a/libcxx/src/algorithm.cpp +++ b/libcxx/src/algorithm.cpp @@ -1,4 +1,4 @@ -//===----------------------- algorithm.cpp --------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/any.cpp b/libcxx/src/any.cpp index 415d23b..2939fe2 100644 --- a/libcxx/src/any.cpp +++ b/libcxx/src/any.cpp @@ -1,4 +1,4 @@ -//===---------------------------- any.cpp ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/atomic.cpp b/libcxx/src/atomic.cpp index 9ae1fb5..9b61a16 100644 --- a/libcxx/src/atomic.cpp +++ b/libcxx/src/atomic.cpp @@ -1,4 +1,4 @@ -//===------------------------- atomic.cpp ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/barrier.cpp b/libcxx/src/barrier.cpp index 9ee4769..0f9dad9 100644 --- a/libcxx/src/barrier.cpp +++ b/libcxx/src/barrier.cpp @@ -1,4 +1,4 @@ -//===------------------------- barrier.cpp ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/bind.cpp b/libcxx/src/bind.cpp index 53efdf9..a54df2c 100644 --- a/libcxx/src/bind.cpp +++ b/libcxx/src/bind.cpp @@ -1,4 +1,4 @@ -//===-------------------------- bind.cpp ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/charconv.cpp b/libcxx/src/charconv.cpp index 78439f9..533e59b 100644 --- a/libcxx/src/charconv.cpp +++ b/libcxx/src/charconv.cpp @@ -1,4 +1,4 @@ -//===------------------------- charconv.cpp -------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/chrono.cpp b/libcxx/src/chrono.cpp index b5dd0ee..8ff3faf 100644 --- a/libcxx/src/chrono.cpp +++ b/libcxx/src/chrono.cpp @@ -1,4 +1,4 @@ -//===------------------------- chrono.cpp ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/condition_variable.cpp b/libcxx/src/condition_variable.cpp index 1e29083..0ade56b 100644 --- a/libcxx/src/condition_variable.cpp +++ b/libcxx/src/condition_variable.cpp @@ -1,4 +1,4 @@ -//===-------------------- condition_variable.cpp --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/condition_variable_destructor.cpp b/libcxx/src/condition_variable_destructor.cpp index 44fa240..350e6b77 100644 --- a/libcxx/src/condition_variable_destructor.cpp +++ b/libcxx/src/condition_variable_destructor.cpp @@ -1,4 +1,4 @@ -//===---------------- condition_variable_destructor.cpp ------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/debug.cpp b/libcxx/src/debug.cpp index dd5963f..ae31c91 100644 --- a/libcxx/src/debug.cpp +++ b/libcxx/src/debug.cpp @@ -1,4 +1,4 @@ -//===-------------------------- debug.cpp ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/exception.cpp b/libcxx/src/exception.cpp index fce6db7..efb56c1 100644 --- a/libcxx/src/exception.cpp +++ b/libcxx/src/exception.cpp @@ -1,4 +1,4 @@ -//===------------------------ exception.cpp -------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/experimental/memory_resource.cpp b/libcxx/src/experimental/memory_resource.cpp index 5f9d3b8..be2fb47 100644 --- a/libcxx/src/experimental/memory_resource.cpp +++ b/libcxx/src/experimental/memory_resource.cpp @@ -1,4 +1,4 @@ -//===------------------------ memory_resource.cpp -------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/filesystem/directory_iterator.cpp b/libcxx/src/filesystem/directory_iterator.cpp index 7b83ba9..6219cea 100644 --- a/libcxx/src/filesystem/directory_iterator.cpp +++ b/libcxx/src/filesystem/directory_iterator.cpp @@ -1,4 +1,4 @@ -//===------------------ directory_iterator.cpp ----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/filesystem/operations.cpp b/libcxx/src/filesystem/operations.cpp index 5179eea..62bcfbf 100644 --- a/libcxx/src/filesystem/operations.cpp +++ b/libcxx/src/filesystem/operations.cpp @@ -1,4 +1,4 @@ -//===--------------------- filesystem/ops.cpp -----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/format.cpp b/libcxx/src/format.cpp index c36c20e6..7ae2af59 100644 --- a/libcxx/src/format.cpp +++ b/libcxx/src/format.cpp @@ -1,4 +1,4 @@ -//===------------------------- format.cpp ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/functional.cpp b/libcxx/src/functional.cpp index fbc6200..d8cfaa7 100644 --- a/libcxx/src/functional.cpp +++ b/libcxx/src/functional.cpp @@ -1,4 +1,4 @@ -//===----------------------- functional.cpp -------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/future.cpp b/libcxx/src/future.cpp index 4c59f89..177fe75 100644 --- a/libcxx/src/future.cpp +++ b/libcxx/src/future.cpp @@ -1,4 +1,4 @@ -//===------------------------- future.cpp ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/hash.cpp b/libcxx/src/hash.cpp index 89bb736..b8e921a 100644 --- a/libcxx/src/hash.cpp +++ b/libcxx/src/hash.cpp @@ -1,4 +1,4 @@ -//===-------------------------- hash.cpp ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/include/apple_availability.h b/libcxx/src/include/apple_availability.h index 0f999d3..504700e 100644 --- a/libcxx/src/include/apple_availability.h +++ b/libcxx/src/include/apple_availability.h @@ -1,4 +1,4 @@ -//===------------------------ apple_availability.h ------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/include/config_elast.h b/libcxx/src/include/config_elast.h index 7880c73..0ed53a3 100644 --- a/libcxx/src/include/config_elast.h +++ b/libcxx/src/include/config_elast.h @@ -1,4 +1,4 @@ -//===----------------------- config_elast.h -------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/include/refstring.h b/libcxx/src/include/refstring.h index ad6cd16..0675b39 100644 --- a/libcxx/src/include/refstring.h +++ b/libcxx/src/include/refstring.h @@ -1,4 +1,4 @@ -//===------------------------ __refstring ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/ios.cpp b/libcxx/src/ios.cpp index a8a9901..a9bd1dc 100644 --- a/libcxx/src/ios.cpp +++ b/libcxx/src/ios.cpp @@ -1,4 +1,4 @@ -//===-------------------------- ios.cpp -----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/iostream.cpp b/libcxx/src/iostream.cpp index 61d5e54..6070449 100644 --- a/libcxx/src/iostream.cpp +++ b/libcxx/src/iostream.cpp @@ -1,4 +1,4 @@ -//===------------------------ iostream.cpp --------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/locale.cpp b/libcxx/src/locale.cpp index 009ee1e..2895237 100644 --- a/libcxx/src/locale.cpp +++ b/libcxx/src/locale.cpp @@ -1,4 +1,4 @@ -//===------------------------- locale.cpp ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/memory.cpp b/libcxx/src/memory.cpp index a9b6914..981ab55 100644 --- a/libcxx/src/memory.cpp +++ b/libcxx/src/memory.cpp @@ -1,4 +1,4 @@ -//===------------------------ memory.cpp ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/mutex.cpp b/libcxx/src/mutex.cpp index 36362e3..d6758fb 100644 --- a/libcxx/src/mutex.cpp +++ b/libcxx/src/mutex.cpp @@ -1,4 +1,4 @@ -//===------------------------- mutex.cpp ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/mutex_destructor.cpp b/libcxx/src/mutex_destructor.cpp index 07197c3..e8b1e42 100644 --- a/libcxx/src/mutex_destructor.cpp +++ b/libcxx/src/mutex_destructor.cpp @@ -1,4 +1,4 @@ -//===--------------------- mutex_destructor.cpp ---------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/new.cpp b/libcxx/src/new.cpp index 5486815..0a9bee4 100644 --- a/libcxx/src/new.cpp +++ b/libcxx/src/new.cpp @@ -1,4 +1,4 @@ -//===--------------------------- new.cpp ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/optional.cpp b/libcxx/src/optional.cpp index 39405be..251ebe2 100644 --- a/libcxx/src/optional.cpp +++ b/libcxx/src/optional.cpp @@ -1,4 +1,4 @@ -//===------------------------ optional.cpp --------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/random.cpp b/libcxx/src/random.cpp index 8ea0808..86740dd 100644 --- a/libcxx/src/random.cpp +++ b/libcxx/src/random.cpp @@ -1,4 +1,4 @@ -//===-------------------------- random.cpp --------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/random_shuffle.cpp b/libcxx/src/random_shuffle.cpp index be2c47f..df9b7d5 100644 --- a/libcxx/src/random_shuffle.cpp +++ b/libcxx/src/random_shuffle.cpp @@ -1,4 +1,4 @@ -//===----------------------- random_shuffle.cpp ---------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/regex.cpp b/libcxx/src/regex.cpp index d31e494..425339a 100644 --- a/libcxx/src/regex.cpp +++ b/libcxx/src/regex.cpp @@ -1,4 +1,4 @@ -//===-------------------------- regex.cpp ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/shared_mutex.cpp b/libcxx/src/shared_mutex.cpp index 5feef9f..6a5a738 100644 --- a/libcxx/src/shared_mutex.cpp +++ b/libcxx/src/shared_mutex.cpp @@ -1,4 +1,4 @@ -//===---------------------- shared_mutex.cpp ------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/stdexcept.cpp b/libcxx/src/stdexcept.cpp index f8f335f3..b9c8970 100644 --- a/libcxx/src/stdexcept.cpp +++ b/libcxx/src/stdexcept.cpp @@ -1,4 +1,4 @@ -//===------------------------ stdexcept.cpp -------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/string.cpp b/libcxx/src/string.cpp index c8dae34..608dcb2 100644 --- a/libcxx/src/string.cpp +++ b/libcxx/src/string.cpp @@ -1,4 +1,4 @@ -//===------------------------- string.cpp ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/strstream.cpp b/libcxx/src/strstream.cpp index ae66806..e62c077 100644 --- a/libcxx/src/strstream.cpp +++ b/libcxx/src/strstream.cpp @@ -1,4 +1,4 @@ -//===------------------------ strstream.cpp -------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/support/ibm/mbsnrtowcs.cpp b/libcxx/src/support/ibm/mbsnrtowcs.cpp index 125bdbe..d7220fb 100644 --- a/libcxx/src/support/ibm/mbsnrtowcs.cpp +++ b/libcxx/src/support/ibm/mbsnrtowcs.cpp @@ -1,4 +1,4 @@ -//===----------------------- mbsnrtowcs.cpp -------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/support/ibm/wcsnrtombs.cpp b/libcxx/src/support/ibm/wcsnrtombs.cpp index 3096e30..f595e63 100644 --- a/libcxx/src/support/ibm/wcsnrtombs.cpp +++ b/libcxx/src/support/ibm/wcsnrtombs.cpp @@ -1,4 +1,4 @@ -//===----------------------- wcsnrtombs.cpp -------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/support/runtime/stdexcept_default.ipp b/libcxx/src/support/runtime/stdexcept_default.ipp index ad7bd40..99d3045 100644 --- a/libcxx/src/support/runtime/stdexcept_default.ipp +++ b/libcxx/src/support/runtime/stdexcept_default.ipp @@ -1,4 +1,4 @@ -//===--------------------- stdexcept_default.ipp --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/support/runtime/stdexcept_vcruntime.ipp b/libcxx/src/support/runtime/stdexcept_vcruntime.ipp index 94eed46..8a6d939 100644 --- a/libcxx/src/support/runtime/stdexcept_vcruntime.ipp +++ b/libcxx/src/support/runtime/stdexcept_vcruntime.ipp @@ -1,4 +1,4 @@ -//===------------------- stdexcept_vcruntime.ipp --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/system_error.cpp b/libcxx/src/system_error.cpp index a1ea6c4..82472cb 100644 --- a/libcxx/src/system_error.cpp +++ b/libcxx/src/system_error.cpp @@ -1,4 +1,4 @@ -//===---------------------- system_error.cpp ------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/typeinfo.cpp b/libcxx/src/typeinfo.cpp index ce3867e..03eaad7 100644 --- a/libcxx/src/typeinfo.cpp +++ b/libcxx/src/typeinfo.cpp @@ -1,4 +1,4 @@ -//===------------------------- typeinfo.cpp -------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/utility.cpp b/libcxx/src/utility.cpp index 6a690dc2..6d2cc4a 100644 --- a/libcxx/src/utility.cpp +++ b/libcxx/src/utility.cpp @@ -1,4 +1,4 @@ -//===------------------------ utility.cpp ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/valarray.cpp b/libcxx/src/valarray.cpp index 64d2658..5a3a869 100644 --- a/libcxx/src/valarray.cpp +++ b/libcxx/src/valarray.cpp @@ -1,4 +1,4 @@ -//===------------------------ valarray.cpp --------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/variant.cpp b/libcxx/src/variant.cpp index 1fe70a1..d38d3a7 100644 --- a/libcxx/src/variant.cpp +++ b/libcxx/src/variant.cpp @@ -1,4 +1,4 @@ -//===------------------------ variant.cpp ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/src/vector.cpp b/libcxx/src/vector.cpp index 0570ede..cc3d291 100644 --- a/libcxx/src/vector.cpp +++ b/libcxx/src/vector.cpp @@ -1,4 +1,4 @@ -//===------------------------- vector.cpp ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/include/__cxxabi_config.h b/libcxxabi/include/__cxxabi_config.h index 05ed8b6..7bc39ad 100644 --- a/libcxxabi/include/__cxxabi_config.h +++ b/libcxxabi/include/__cxxabi_config.h @@ -1,4 +1,4 @@ -//===-------------------------- __cxxabi_config.h -------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/include/cxxabi.h b/libcxxabi/include/cxxabi.h index 43ce6f5..eaa324dc 100644 --- a/libcxxabi/include/cxxabi.h +++ b/libcxxabi/include/cxxabi.h @@ -1,4 +1,4 @@ -//===--------------------------- cxxabi.h ---------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/abort_message.cpp b/libcxxabi/src/abort_message.cpp index ad44063..859a503 100644 --- a/libcxxabi/src/abort_message.cpp +++ b/libcxxabi/src/abort_message.cpp @@ -1,4 +1,4 @@ -//===------------------------- abort_message.cpp --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/abort_message.h b/libcxxabi/src/abort_message.h index 83f956f..f1d5c12 100644 --- a/libcxxabi/src/abort_message.h +++ b/libcxxabi/src/abort_message.h @@ -1,4 +1,4 @@ -//===-------------------------- abort_message.h-----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/cxa_aux_runtime.cpp b/libcxxabi/src/cxa_aux_runtime.cpp index 0ed1a72..a42990c 100644 --- a/libcxxabi/src/cxa_aux_runtime.cpp +++ b/libcxxabi/src/cxa_aux_runtime.cpp @@ -1,4 +1,4 @@ -//===------------------------ cxa_aux_runtime.cpp -------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/cxa_default_handlers.cpp b/libcxxabi/src/cxa_default_handlers.cpp index e9ad657..e0ccbe1 100644 --- a/libcxxabi/src/cxa_default_handlers.cpp +++ b/libcxxabi/src/cxa_default_handlers.cpp @@ -1,4 +1,4 @@ -//===------------------------- cxa_default_handlers.cpp -------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/cxa_demangle.cpp b/libcxxabi/src/cxa_demangle.cpp index 4c2cbd9..bee4cfd 100644 --- a/libcxxabi/src/cxa_demangle.cpp +++ b/libcxxabi/src/cxa_demangle.cpp @@ -1,4 +1,4 @@ -//===-------------------------- cxa_demangle.cpp --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/cxa_exception.cpp b/libcxxabi/src/cxa_exception.cpp index 9dd5531..5e77104 100644 --- a/libcxxabi/src/cxa_exception.cpp +++ b/libcxxabi/src/cxa_exception.cpp @@ -1,4 +1,4 @@ -//===------------------------- cxa_exception.cpp --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/cxa_exception.h b/libcxxabi/src/cxa_exception.h index 601be4e..7a32fb6 100644 --- a/libcxxabi/src/cxa_exception.h +++ b/libcxxabi/src/cxa_exception.h @@ -1,4 +1,4 @@ -//===------------------------- cxa_exception.h ----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/cxa_exception_storage.cpp b/libcxxabi/src/cxa_exception_storage.cpp index 2832466c..3a3233a 100644 --- a/libcxxabi/src/cxa_exception_storage.cpp +++ b/libcxxabi/src/cxa_exception_storage.cpp @@ -1,4 +1,4 @@ -//===--------------------- cxa_exception_storage.cpp ----------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/cxa_guard.cpp b/libcxxabi/src/cxa_guard.cpp index 5d1cf23..fc1fa905 100644 --- a/libcxxabi/src/cxa_guard.cpp +++ b/libcxxabi/src/cxa_guard.cpp @@ -1,4 +1,4 @@ -//===---------------------------- cxa_guard.cpp ---------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/cxa_handlers.cpp b/libcxxabi/src/cxa_handlers.cpp index 17ffd30..344250d 100644 --- a/libcxxabi/src/cxa_handlers.cpp +++ b/libcxxabi/src/cxa_handlers.cpp @@ -1,4 +1,4 @@ -//===------------------------- cxa_handlers.cpp ---------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/cxa_handlers.h b/libcxxabi/src/cxa_handlers.h index da113b8..3d8dc6b 100644 --- a/libcxxabi/src/cxa_handlers.h +++ b/libcxxabi/src/cxa_handlers.h @@ -1,4 +1,4 @@ -//===------------------------- cxa_handlers.h -----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/cxa_noexception.cpp b/libcxxabi/src/cxa_noexception.cpp index 73e0b2a..4a803f7 100644 --- a/libcxxabi/src/cxa_noexception.cpp +++ b/libcxxabi/src/cxa_noexception.cpp @@ -1,4 +1,4 @@ -//===------------------------- cxa_exception.cpp --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/cxa_personality.cpp b/libcxxabi/src/cxa_personality.cpp index e31619a..ccad459 100644 --- a/libcxxabi/src/cxa_personality.cpp +++ b/libcxxabi/src/cxa_personality.cpp @@ -1,4 +1,4 @@ -//===------------------------- cxa_exception.cpp --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/cxa_thread_atexit.cpp b/libcxxabi/src/cxa_thread_atexit.cpp index a940eaf..665f9e5 100644 --- a/libcxxabi/src/cxa_thread_atexit.cpp +++ b/libcxxabi/src/cxa_thread_atexit.cpp @@ -1,4 +1,4 @@ -//===----------------------- cxa_thread_atexit.cpp ------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/cxa_vector.cpp b/libcxxabi/src/cxa_vector.cpp index 325bbf2..099f9f0 100644 --- a/libcxxabi/src/cxa_vector.cpp +++ b/libcxxabi/src/cxa_vector.cpp @@ -1,4 +1,4 @@ -//===-------------------------- cxa_vector.cpp ---------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/cxa_virtual.cpp b/libcxxabi/src/cxa_virtual.cpp index 9214c1f..c868672 100644 --- a/libcxxabi/src/cxa_virtual.cpp +++ b/libcxxabi/src/cxa_virtual.cpp @@ -1,4 +1,4 @@ -//===-------------------------- cxa_virtual.cpp ---------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/fallback_malloc.cpp b/libcxxabi/src/fallback_malloc.cpp index f3d7937..7e356d9 100644 --- a/libcxxabi/src/fallback_malloc.cpp +++ b/libcxxabi/src/fallback_malloc.cpp @@ -1,4 +1,4 @@ -//===------------------------ fallback_malloc.cpp -------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/fallback_malloc.h b/libcxxabi/src/fallback_malloc.h index 5780854..816e691 100644 --- a/libcxxabi/src/fallback_malloc.h +++ b/libcxxabi/src/fallback_malloc.h @@ -1,4 +1,4 @@ -//===------------------------- fallback_malloc.h --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/private_typeinfo.cpp b/libcxxabi/src/private_typeinfo.cpp index 86e187fe..e108666 100644 --- a/libcxxabi/src/private_typeinfo.cpp +++ b/libcxxabi/src/private_typeinfo.cpp @@ -1,4 +1,4 @@ -//===----------------------- private_typeinfo.cpp -------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/private_typeinfo.h b/libcxxabi/src/private_typeinfo.h index b99039c..622e09c 100644 --- a/libcxxabi/src/private_typeinfo.h +++ b/libcxxabi/src/private_typeinfo.h @@ -1,4 +1,4 @@ -//===------------------------ private_typeinfo.h --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/stdlib_exception.cpp b/libcxxabi/src/stdlib_exception.cpp index 5f9e643..b1fc21f 100644 --- a/libcxxabi/src/stdlib_exception.cpp +++ b/libcxxabi/src/stdlib_exception.cpp @@ -1,4 +1,4 @@ -//===---------------------------- exception.cpp ---------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/stdlib_new_delete.cpp b/libcxxabi/src/stdlib_new_delete.cpp index 1091b82..4a664e1 100644 --- a/libcxxabi/src/stdlib_new_delete.cpp +++ b/libcxxabi/src/stdlib_new_delete.cpp @@ -1,4 +1,4 @@ -//===--------------------- stdlib_new_delete.cpp --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/stdlib_stdexcept.cpp b/libcxxabi/src/stdlib_stdexcept.cpp index 3e74db3..92f7a6e 100644 --- a/libcxxabi/src/stdlib_stdexcept.cpp +++ b/libcxxabi/src/stdlib_stdexcept.cpp @@ -1,4 +1,4 @@ -//===------------------------ stdexcept.cpp -------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/src/stdlib_typeinfo.cpp b/libcxxabi/src/stdlib_typeinfo.cpp index b282cc7..6e54996 100644 --- a/libcxxabi/src/stdlib_typeinfo.cpp +++ b/libcxxabi/src/stdlib_typeinfo.cpp @@ -1,4 +1,4 @@ -//===----------------------------- typeinfo.cpp ---------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/backtrace_test.pass.cpp b/libcxxabi/test/backtrace_test.pass.cpp index 77c447c..b95ce4f 100644 --- a/libcxxabi/test/backtrace_test.pass.cpp +++ b/libcxxabi/test/backtrace_test.pass.cpp @@ -1,4 +1,4 @@ -//===---------------------- backtrace_test.cpp ----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_array_01.pass.cpp b/libcxxabi/test/catch_array_01.pass.cpp index 74b4872..c636cc4 100644 --- a/libcxxabi/test/catch_array_01.pass.cpp +++ b/libcxxabi/test/catch_array_01.pass.cpp @@ -1,4 +1,4 @@ -//===---------------------- catch_array_01.cpp ----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_array_02.pass.cpp b/libcxxabi/test/catch_array_02.pass.cpp index ebdd0d9..f92749a 100644 --- a/libcxxabi/test/catch_array_02.pass.cpp +++ b/libcxxabi/test/catch_array_02.pass.cpp @@ -1,4 +1,4 @@ -//===---------------------- catch_array_02.cpp ----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_class_01.pass.cpp b/libcxxabi/test/catch_class_01.pass.cpp index 56b84d6..724dad3 100644 --- a/libcxxabi/test/catch_class_01.pass.cpp +++ b/libcxxabi/test/catch_class_01.pass.cpp @@ -1,4 +1,4 @@ -//===---------------------- catch_class_01.cpp ----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_class_02.pass.cpp b/libcxxabi/test/catch_class_02.pass.cpp index 9281102..da375cd 100644 --- a/libcxxabi/test/catch_class_02.pass.cpp +++ b/libcxxabi/test/catch_class_02.pass.cpp @@ -1,4 +1,4 @@ -//===---------------------- catch_class_02.cpp ----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_class_03.pass.cpp b/libcxxabi/test/catch_class_03.pass.cpp index aab2570..b392618 100644 --- a/libcxxabi/test/catch_class_03.pass.cpp +++ b/libcxxabi/test/catch_class_03.pass.cpp @@ -1,4 +1,4 @@ -//===---------------------- catch_class_03.cpp ----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_class_04.pass.cpp b/libcxxabi/test/catch_class_04.pass.cpp index c6ed656..0c54328 100644 --- a/libcxxabi/test/catch_class_04.pass.cpp +++ b/libcxxabi/test/catch_class_04.pass.cpp @@ -1,4 +1,4 @@ -//===---------------------- catch_class_04.cpp ----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_const_pointer_nullptr.pass.cpp b/libcxxabi/test/catch_const_pointer_nullptr.pass.cpp index 2389ba9..a0d1f36 100644 --- a/libcxxabi/test/catch_const_pointer_nullptr.pass.cpp +++ b/libcxxabi/test/catch_const_pointer_nullptr.pass.cpp @@ -1,4 +1,4 @@ -//===--------------------- catch_const_pointer_nullptr.cpp ----------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_function_01.pass.cpp b/libcxxabi/test/catch_function_01.pass.cpp index b7a6a00..2ac94db 100644 --- a/libcxxabi/test/catch_function_01.pass.cpp +++ b/libcxxabi/test/catch_function_01.pass.cpp @@ -1,4 +1,4 @@ -//===----------------------- catch_function_01.cpp ------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_function_02.pass.cpp b/libcxxabi/test/catch_function_02.pass.cpp index c90b29c..460ab1a 100644 --- a/libcxxabi/test/catch_function_02.pass.cpp +++ b/libcxxabi/test/catch_function_02.pass.cpp @@ -1,4 +1,4 @@ -//===---------------------- catch_function_02.cpp -------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_function_03.pass.cpp b/libcxxabi/test/catch_function_03.pass.cpp index d8b2dd8..a7832f1 100644 --- a/libcxxabi/test/catch_function_03.pass.cpp +++ b/libcxxabi/test/catch_function_03.pass.cpp @@ -1,4 +1,4 @@ -//===---------------------- catch_function_03.cpp -------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_member_data_pointer_01.pass.cpp b/libcxxabi/test/catch_member_data_pointer_01.pass.cpp index 7279eee..e2ffab5 100644 --- a/libcxxabi/test/catch_member_data_pointer_01.pass.cpp +++ b/libcxxabi/test/catch_member_data_pointer_01.pass.cpp @@ -1,4 +1,4 @@ -//===----------------- catch_member_data_pointer_01.cpp -------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_member_function_pointer_01.pass.cpp b/libcxxabi/test/catch_member_function_pointer_01.pass.cpp index 44ee925..fcb7eee 100644 --- a/libcxxabi/test/catch_member_function_pointer_01.pass.cpp +++ b/libcxxabi/test/catch_member_function_pointer_01.pass.cpp @@ -1,4 +1,4 @@ -//===--------------- catch_member_function_pointer_01.cpp -----------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_member_function_pointer_02.pass.cpp b/libcxxabi/test/catch_member_function_pointer_02.pass.cpp index f8c25379..3413753 100644 --- a/libcxxabi/test/catch_member_function_pointer_02.pass.cpp +++ b/libcxxabi/test/catch_member_function_pointer_02.pass.cpp @@ -1,4 +1,4 @@ -//===--------------- catch_member_function_pointer_02.cpp -----------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_member_pointer_nullptr.pass.cpp b/libcxxabi/test/catch_member_pointer_nullptr.pass.cpp index b2af919..3aea1f3 100644 --- a/libcxxabi/test/catch_member_pointer_nullptr.pass.cpp +++ b/libcxxabi/test/catch_member_pointer_nullptr.pass.cpp @@ -1,4 +1,4 @@ -//===----------------- catch_member_pointer_nullptr.cpp -------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_multi_level_pointer.pass.cpp b/libcxxabi/test/catch_multi_level_pointer.pass.cpp index 38374e8..1e6b18c 100644 --- a/libcxxabi/test/catch_multi_level_pointer.pass.cpp +++ b/libcxxabi/test/catch_multi_level_pointer.pass.cpp @@ -1,4 +1,4 @@ -//===--------------------- catch_pointer_nullptr.cpp ----------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_pointer_nullptr.pass.cpp b/libcxxabi/test/catch_pointer_nullptr.pass.cpp index 9abcf74..24f8432 100644 --- a/libcxxabi/test/catch_pointer_nullptr.pass.cpp +++ b/libcxxabi/test/catch_pointer_nullptr.pass.cpp @@ -1,4 +1,4 @@ -//===--------------------- catch_pointer_nullptr.cpp ----------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_pointer_reference.pass.cpp b/libcxxabi/test/catch_pointer_reference.pass.cpp index e50135e..dfae209 100644 --- a/libcxxabi/test/catch_pointer_reference.pass.cpp +++ b/libcxxabi/test/catch_pointer_reference.pass.cpp @@ -1,4 +1,4 @@ -//===---------------------- catch_pointer_referece.cpp --------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_ptr.pass.cpp b/libcxxabi/test/catch_ptr.pass.cpp index 2285aaf..dfe483e 100644 --- a/libcxxabi/test/catch_ptr.pass.cpp +++ b/libcxxabi/test/catch_ptr.pass.cpp @@ -1,4 +1,4 @@ -//===---------------------- catch_class_04.cpp ----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_ptr_02.pass.cpp b/libcxxabi/test/catch_ptr_02.pass.cpp index 41f0c78..9149657 100644 --- a/libcxxabi/test/catch_ptr_02.pass.cpp +++ b/libcxxabi/test/catch_ptr_02.pass.cpp @@ -1,4 +1,4 @@ -//===------------------------- catch_ptr_02.cpp ---------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/catch_reference_nullptr.pass.cpp b/libcxxabi/test/catch_reference_nullptr.pass.cpp index 18bf235..708d5d7 100644 --- a/libcxxabi/test/catch_reference_nullptr.pass.cpp +++ b/libcxxabi/test/catch_reference_nullptr.pass.cpp @@ -1,4 +1,4 @@ -//===--------------------- catch_pointer_nullptr.cpp ----------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/cxa_bad_cast.pass.cpp b/libcxxabi/test/cxa_bad_cast.pass.cpp index 69ff274..f34492b 100644 --- a/libcxxabi/test/cxa_bad_cast.pass.cpp +++ b/libcxxabi/test/cxa_bad_cast.pass.cpp @@ -1,4 +1,4 @@ -//===----------------------- cxa_bad_cast.pass.cpp ------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/cxa_bad_typeid.pass.cpp b/libcxxabi/test/cxa_bad_typeid.pass.cpp index 326c608..d5d7b34 100644 --- a/libcxxabi/test/cxa_bad_typeid.pass.cpp +++ b/libcxxabi/test/cxa_bad_typeid.pass.cpp @@ -1,4 +1,4 @@ -//===----------------------- cxa_bad_typeid.pass.cpp ------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/cxa_thread_atexit_test.pass.cpp b/libcxxabi/test/cxa_thread_atexit_test.pass.cpp index 57783be..0f9324b 100644 --- a/libcxxabi/test/cxa_thread_atexit_test.pass.cpp +++ b/libcxxabi/test/cxa_thread_atexit_test.pass.cpp @@ -1,4 +1,4 @@ -//===--------------------- cxa_thread_atexit_test.cpp ---------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/dynamic_cast.pass.cpp b/libcxxabi/test/dynamic_cast.pass.cpp index 886f9af..174c308 100644 --- a/libcxxabi/test/dynamic_cast.pass.cpp +++ b/libcxxabi/test/dynamic_cast.pass.cpp @@ -1,4 +1,4 @@ -//===------------------------- dynamic_cast.pass.cpp ----------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/dynamic_cast14.pass.cpp b/libcxxabi/test/dynamic_cast14.pass.cpp index 1ca6b57..d71d9c6 100644 --- a/libcxxabi/test/dynamic_cast14.pass.cpp +++ b/libcxxabi/test/dynamic_cast14.pass.cpp @@ -1,4 +1,4 @@ -//===------------------------- dynamic_cast14.cpp -------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/dynamic_cast3.pass.cpp b/libcxxabi/test/dynamic_cast3.pass.cpp index 9c25cac..95e2caa 100644 --- a/libcxxabi/test/dynamic_cast3.pass.cpp +++ b/libcxxabi/test/dynamic_cast3.pass.cpp @@ -1,4 +1,4 @@ -//===------------------------- dynamic_cast3.cpp --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/dynamic_cast5.pass.cpp b/libcxxabi/test/dynamic_cast5.pass.cpp index 0a9689c..bb2cb88 100644 --- a/libcxxabi/test/dynamic_cast5.pass.cpp +++ b/libcxxabi/test/dynamic_cast5.pass.cpp @@ -1,4 +1,4 @@ -//===------------------------- dynamic_cast5.cpp --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/dynamic_cast_stress.pass.cpp b/libcxxabi/test/dynamic_cast_stress.pass.cpp index 1129fa1..19dba5f 100644 --- a/libcxxabi/test/dynamic_cast_stress.pass.cpp +++ b/libcxxabi/test/dynamic_cast_stress.pass.cpp @@ -1,4 +1,4 @@ -//===------------------------- dynamic_cast_stress.cpp --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/exception_object_alignment.pass.cpp b/libcxxabi/test/exception_object_alignment.pass.cpp index c6228ba..f212263 100644 --- a/libcxxabi/test/exception_object_alignment.pass.cpp +++ b/libcxxabi/test/exception_object_alignment.pass.cpp @@ -1,4 +1,4 @@ -//===---------------- exception_object_alignment.pass.cpp -----------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/incomplete_type.sh.cpp b/libcxxabi/test/incomplete_type.sh.cpp index aae1a3c..143c113 100644 --- a/libcxxabi/test/incomplete_type.sh.cpp +++ b/libcxxabi/test/incomplete_type.sh.cpp @@ -1,4 +1,4 @@ -//===------------------------- incomplete_type.cpp --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/inherited_exception.pass.cpp b/libcxxabi/test/inherited_exception.pass.cpp index 0be1d84..dc00a57 100644 --- a/libcxxabi/test/inherited_exception.pass.cpp +++ b/libcxxabi/test/inherited_exception.pass.cpp @@ -1,4 +1,4 @@ -//===--------------------- inherited_exception.cpp ------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/noexception1.pass.cpp b/libcxxabi/test/noexception1.pass.cpp index 6104955..8b0d97d 100644 --- a/libcxxabi/test/noexception1.pass.cpp +++ b/libcxxabi/test/noexception1.pass.cpp @@ -1,4 +1,4 @@ -//===----------------------- noexception1.pass.cpp ------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/noexception2.pass.cpp b/libcxxabi/test/noexception2.pass.cpp index de4f3e5..f5bf5d7 100644 --- a/libcxxabi/test/noexception2.pass.cpp +++ b/libcxxabi/test/noexception2.pass.cpp @@ -1,4 +1,4 @@ -//===----------------------- noexception2.pass.cpp ------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/noexception3.pass.cpp b/libcxxabi/test/noexception3.pass.cpp index a671a9c..c68dc4b 100644 --- a/libcxxabi/test/noexception3.pass.cpp +++ b/libcxxabi/test/noexception3.pass.cpp @@ -1,4 +1,4 @@ -//===----------------------- noexception3.pass.cpp ------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/noexception4.pass.cpp b/libcxxabi/test/noexception4.pass.cpp index a1349ee..0ae015d 100644 --- a/libcxxabi/test/noexception4.pass.cpp +++ b/libcxxabi/test/noexception4.pass.cpp @@ -1,4 +1,4 @@ -//===----------------------- noexception4.pass.cpp ------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/test_aux_runtime.pass.cpp b/libcxxabi/test/test_aux_runtime.pass.cpp index c79e0f5..dde5538 100644 --- a/libcxxabi/test/test_aux_runtime.pass.cpp +++ b/libcxxabi/test/test_aux_runtime.pass.cpp @@ -1,4 +1,4 @@ -//===-------------------------- test_aux_runtime.cpp ----------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/test_aux_runtime_op_array_new.pass.cpp b/libcxxabi/test/test_aux_runtime_op_array_new.pass.cpp index c70c781..d558570 100644 --- a/libcxxabi/test/test_aux_runtime_op_array_new.pass.cpp +++ b/libcxxabi/test/test_aux_runtime_op_array_new.pass.cpp @@ -1,4 +1,4 @@ -//===-------------------------- test_aux_runtime_op_array_new.cpp ---------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/test_demangle.pass.cpp b/libcxxabi/test/test_demangle.pass.cpp index 903b00e..b1bc056 100644 --- a/libcxxabi/test/test_demangle.pass.cpp +++ b/libcxxabi/test/test_demangle.pass.cpp @@ -1,4 +1,4 @@ -//===-------------------------- test_demangle.cpp -------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/test_exception_storage.pass.cpp b/libcxxabi/test/test_exception_storage.pass.cpp index 5a68be7..e532338 100644 --- a/libcxxabi/test/test_exception_storage.pass.cpp +++ b/libcxxabi/test/test_exception_storage.pass.cpp @@ -1,4 +1,4 @@ -//===-------------------- test_exception_storage.cpp ----------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/test_fallback_malloc.pass.cpp b/libcxxabi/test/test_fallback_malloc.pass.cpp index d72ca8d..cc59129 100644 --- a/libcxxabi/test/test_fallback_malloc.pass.cpp +++ b/libcxxabi/test/test_fallback_malloc.pass.cpp @@ -1,4 +1,4 @@ -//===--------------------- test_fallback_malloc.cpp -----------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/test_guard.pass.cpp b/libcxxabi/test/test_guard.pass.cpp index 82370c5..01e5347 100644 --- a/libcxxabi/test/test_guard.pass.cpp +++ b/libcxxabi/test/test_guard.pass.cpp @@ -1,4 +1,4 @@ -//===----------------------------- test_guard.cpp -------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/test_vector1.pass.cpp b/libcxxabi/test/test_vector1.pass.cpp index 86230c7..ac1ed5c 100644 --- a/libcxxabi/test/test_vector1.pass.cpp +++ b/libcxxabi/test/test_vector1.pass.cpp @@ -1,4 +1,4 @@ -//===---------------------------- test_vector.cpp -------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/test_vector2.pass.cpp b/libcxxabi/test/test_vector2.pass.cpp index dd09d2a..3f04c3d 100644 --- a/libcxxabi/test/test_vector2.pass.cpp +++ b/libcxxabi/test/test_vector2.pass.cpp @@ -1,4 +1,4 @@ -//===--------------------------- test_vector2.cpp -------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/test_vector3.pass.cpp b/libcxxabi/test/test_vector3.pass.cpp index 13117f1..e1a4154 100644 --- a/libcxxabi/test/test_vector3.pass.cpp +++ b/libcxxabi/test/test_vector3.pass.cpp @@ -1,4 +1,4 @@ -//===------------------------- test_vector3.cpp ---------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/thread_local_destruction_order.pass.cpp b/libcxxabi/test/thread_local_destruction_order.pass.cpp index 2edbddc..2c644ea 100644 --- a/libcxxabi/test/thread_local_destruction_order.pass.cpp +++ b/libcxxabi/test/thread_local_destruction_order.pass.cpp @@ -1,4 +1,4 @@ -//===-------------- thread_local_destruction_order.pass.cpp ---------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/uncaught_exception.pass.cpp b/libcxxabi/test/uncaught_exception.pass.cpp index 6a04c71..eb80fcc 100644 --- a/libcxxabi/test/uncaught_exception.pass.cpp +++ b/libcxxabi/test/uncaught_exception.pass.cpp @@ -1,4 +1,4 @@ -//===------------------- uncaught_exceptions.pass.cpp ---------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/uncaught_exceptions.pass.cpp b/libcxxabi/test/uncaught_exceptions.pass.cpp index 82041ad..4286ab5 100644 --- a/libcxxabi/test/uncaught_exceptions.pass.cpp +++ b/libcxxabi/test/uncaught_exceptions.pass.cpp @@ -1,4 +1,4 @@ -//===------------------- uncaught_exceptions.pass.cpp ---------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/unittest_demangle.pass.cpp b/libcxxabi/test/unittest_demangle.pass.cpp index 3767256..fa2853a 100644 --- a/libcxxabi/test/unittest_demangle.pass.cpp +++ b/libcxxabi/test/unittest_demangle.pass.cpp @@ -1,4 +1,4 @@ -//===----------------------- unittest_demangle.cpp ------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/unwind_01.pass.cpp b/libcxxabi/test/unwind_01.pass.cpp index 5a1abc6..1b8ed01 100644 --- a/libcxxabi/test/unwind_01.pass.cpp +++ b/libcxxabi/test/unwind_01.pass.cpp @@ -1,4 +1,4 @@ -//===------------------------- unwind_01.cpp ------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/unwind_02.pass.cpp b/libcxxabi/test/unwind_02.pass.cpp index 7c1dea2..57ffdbd 100644 --- a/libcxxabi/test/unwind_02.pass.cpp +++ b/libcxxabi/test/unwind_02.pass.cpp @@ -1,4 +1,4 @@ -//===------------------------- unwind_02.cpp ------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/unwind_03.pass.cpp b/libcxxabi/test/unwind_03.pass.cpp index 0cd5a2b..055f807 100644 --- a/libcxxabi/test/unwind_03.pass.cpp +++ b/libcxxabi/test/unwind_03.pass.cpp @@ -1,4 +1,4 @@ -//===------------------------- unwind_03.cpp ------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/unwind_04.pass.cpp b/libcxxabi/test/unwind_04.pass.cpp index fcde314..3b020d8 100644 --- a/libcxxabi/test/unwind_04.pass.cpp +++ b/libcxxabi/test/unwind_04.pass.cpp @@ -1,4 +1,4 @@ -//===------------------------- unwind_04.cpp ------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/unwind_05.pass.cpp b/libcxxabi/test/unwind_05.pass.cpp index 670a8eb..d48e262 100644 --- a/libcxxabi/test/unwind_05.pass.cpp +++ b/libcxxabi/test/unwind_05.pass.cpp @@ -1,4 +1,4 @@ -//===------------------------- unwind_05.cpp ------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxxabi/test/unwind_06.pass.cpp b/libcxxabi/test/unwind_06.pass.cpp index 0c34c49..98d297e 100644 --- a/libcxxabi/test/unwind_06.pass.cpp +++ b/libcxxabi/test/unwind_06.pass.cpp @@ -1,4 +1,4 @@ -//===------------------------- unwind_06.cpp ------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/include/__libunwind_config.h b/libunwind/include/__libunwind_config.h index a50ba05..221980a 100644 --- a/libunwind/include/__libunwind_config.h +++ b/libunwind/include/__libunwind_config.h @@ -1,4 +1,4 @@ -//===------------------------- __libunwind_config.h -----------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/include/libunwind.h b/libunwind/include/libunwind.h index 5ba63e5..e187ee2 100644 --- a/libunwind/include/libunwind.h +++ b/libunwind/include/libunwind.h @@ -1,4 +1,4 @@ -//===---------------------------- libunwind.h -----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/include/mach-o/compact_unwind_encoding.h b/libunwind/include/mach-o/compact_unwind_encoding.h index 5301b10..68d562e 100644 --- a/libunwind/include/mach-o/compact_unwind_encoding.h +++ b/libunwind/include/mach-o/compact_unwind_encoding.h @@ -1,4 +1,4 @@ -//===------------------ mach-o/compact_unwind_encoding.h ------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/include/unwind.h b/libunwind/include/unwind.h index 2101401..b8d6020a 100644 --- a/libunwind/include/unwind.h +++ b/libunwind/include/unwind.h @@ -1,4 +1,4 @@ -//===------------------------------- unwind.h -----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/include/unwind_arm_ehabi.h b/libunwind/include/unwind_arm_ehabi.h index 747129a..dc9d403 100644 --- a/libunwind/include/unwind_arm_ehabi.h +++ b/libunwind/include/unwind_arm_ehabi.h @@ -1,4 +1,4 @@ -//===------------------------------- unwind.h -----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/include/unwind_itanium.h b/libunwind/include/unwind_itanium.h index 794e990..d94a618 100644 --- a/libunwind/include/unwind_itanium.h +++ b/libunwind/include/unwind_itanium.h @@ -1,4 +1,4 @@ -//===------------------------------- unwind.h -----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/AddressSpace.hpp b/libunwind/src/AddressSpace.hpp index 171318f..cfceac2 100644 --- a/libunwind/src/AddressSpace.hpp +++ b/libunwind/src/AddressSpace.hpp @@ -1,4 +1,4 @@ -//===------------------------- AddressSpace.hpp ---------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/CompactUnwinder.hpp b/libunwind/src/CompactUnwinder.hpp index 312bfbb..0b2b5e1 100644 --- a/libunwind/src/CompactUnwinder.hpp +++ b/libunwind/src/CompactUnwinder.hpp @@ -1,4 +1,4 @@ -//===-------------------------- CompactUnwinder.hpp -----------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/DwarfInstructions.hpp b/libunwind/src/DwarfInstructions.hpp index b58c51b..19835aa 100644 --- a/libunwind/src/DwarfInstructions.hpp +++ b/libunwind/src/DwarfInstructions.hpp @@ -1,4 +1,4 @@ -//===-------------------------- DwarfInstructions.hpp ---------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/DwarfParser.hpp b/libunwind/src/DwarfParser.hpp index 2a7155b..f9896ad 100644 --- a/libunwind/src/DwarfParser.hpp +++ b/libunwind/src/DwarfParser.hpp @@ -1,4 +1,4 @@ -//===--------------------------- DwarfParser.hpp --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/EHHeaderParser.hpp b/libunwind/src/EHHeaderParser.hpp index f97cca5..9a38070f 100644 --- a/libunwind/src/EHHeaderParser.hpp +++ b/libunwind/src/EHHeaderParser.hpp @@ -1,4 +1,4 @@ -//===------------------------- EHHeaderParser.hpp -------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/RWMutex.hpp b/libunwind/src/RWMutex.hpp index fcd3f49..344d356 100644 --- a/libunwind/src/RWMutex.hpp +++ b/libunwind/src/RWMutex.hpp @@ -1,4 +1,4 @@ -//===----------------------------- Registers.hpp --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/Registers.hpp b/libunwind/src/Registers.hpp index 5e2f11f..c2d5327 100644 --- a/libunwind/src/Registers.hpp +++ b/libunwind/src/Registers.hpp @@ -1,4 +1,4 @@ -//===----------------------------- Registers.hpp --------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/Unwind-EHABI.cpp b/libunwind/src/Unwind-EHABI.cpp index a564fd5..d3577c9 100644 --- a/libunwind/src/Unwind-EHABI.cpp +++ b/libunwind/src/Unwind-EHABI.cpp @@ -1,4 +1,4 @@ -//===--------------------------- Unwind-EHABI.cpp -------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/Unwind-EHABI.h b/libunwind/src/Unwind-EHABI.h index 6897082..ff3b5fc 100644 --- a/libunwind/src/Unwind-EHABI.h +++ b/libunwind/src/Unwind-EHABI.h @@ -1,4 +1,4 @@ -//===------------------------- Unwind-EHABI.hpp ---------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/Unwind-seh.cpp b/libunwind/src/Unwind-seh.cpp index ad0b267..f00bc47 100644 --- a/libunwind/src/Unwind-seh.cpp +++ b/libunwind/src/Unwind-seh.cpp @@ -1,4 +1,4 @@ -//===--------------------------- Unwind-seh.cpp ---------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/Unwind-sjlj.c b/libunwind/src/Unwind-sjlj.c index fd2a95b..d487995 100644 --- a/libunwind/src/Unwind-sjlj.c +++ b/libunwind/src/Unwind-sjlj.c @@ -1,4 +1,4 @@ -//===--------------------------- Unwind-sjlj.c ----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/UnwindCursor.hpp b/libunwind/src/UnwindCursor.hpp index 7157fa9..3931df0 100644 --- a/libunwind/src/UnwindCursor.hpp +++ b/libunwind/src/UnwindCursor.hpp @@ -1,4 +1,4 @@ -//===------------------------- UnwindCursor.hpp ---------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/UnwindLevel1-gcc-ext.c b/libunwind/src/UnwindLevel1-gcc-ext.c index 4172540..951d5d2 100644 --- a/libunwind/src/UnwindLevel1-gcc-ext.c +++ b/libunwind/src/UnwindLevel1-gcc-ext.c @@ -1,4 +1,4 @@ -//===--------------------- UnwindLevel1-gcc-ext.c -------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/UnwindLevel1.c b/libunwind/src/UnwindLevel1.c index 9203ac7..5c1f99d 100644 --- a/libunwind/src/UnwindLevel1.c +++ b/libunwind/src/UnwindLevel1.c @@ -1,4 +1,4 @@ -//===------------------------- UnwindLevel1.c -----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/UnwindRegistersRestore.S b/libunwind/src/UnwindRegistersRestore.S index 955ec33..497bf46 100644 --- a/libunwind/src/UnwindRegistersRestore.S +++ b/libunwind/src/UnwindRegistersRestore.S @@ -1,4 +1,4 @@ -//===-------------------- UnwindRegistersRestore.S ------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/UnwindRegistersSave.S b/libunwind/src/UnwindRegistersSave.S index e565c8f..e77012e 100644 --- a/libunwind/src/UnwindRegistersSave.S +++ b/libunwind/src/UnwindRegistersSave.S @@ -1,4 +1,4 @@ -//===------------------------ UnwindRegistersSave.S -----------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/Unwind_AppleExtras.cpp b/libunwind/src/Unwind_AppleExtras.cpp index e3d41ca..ffb49a8 100644 --- a/libunwind/src/Unwind_AppleExtras.cpp +++ b/libunwind/src/Unwind_AppleExtras.cpp @@ -1,4 +1,4 @@ -//===--------------------- Unwind_AppleExtras.cpp -------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/cet_unwind.h b/libunwind/src/cet_unwind.h index 482e0c8..e371be2 100644 --- a/libunwind/src/cet_unwind.h +++ b/libunwind/src/cet_unwind.h @@ -1,4 +1,4 @@ -//===--------------------------- cet_unwind.h -----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/config.h b/libunwind/src/config.h index 2ab9d2f..f469d3c 100644 --- a/libunwind/src/config.h +++ b/libunwind/src/config.h @@ -1,4 +1,4 @@ -//===----------------------------- config.h -------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/dwarf2.h b/libunwind/src/dwarf2.h index 40f0daf..174277d 100644 --- a/libunwind/src/dwarf2.h +++ b/libunwind/src/dwarf2.h @@ -1,4 +1,4 @@ -//===------------------------------- dwarf2.h -----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/libunwind.cpp b/libunwind/src/libunwind.cpp index 93e1bc1..2bf31b1 100644 --- a/libunwind/src/libunwind.cpp +++ b/libunwind/src/libunwind.cpp @@ -1,4 +1,4 @@ -//===--------------------------- libunwind.cpp ----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libunwind/src/libunwind_ext.h b/libunwind/src/libunwind_ext.h index 316dee2..a96ae6c 100644 --- a/libunwind/src/libunwind_ext.h +++ b/libunwind/src/libunwind_ext.h @@ -1,4 +1,4 @@ -//===------------------------ libunwind_ext.h -----------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. |