[all-commits] [llvm/llvm-project] eb8650: [runtimes][NFC] Remove filenames at the top of the...

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Nov 17 13:31:10 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eb8650a75793b2bd079d0c8901ff066f129061da
      https://github.com/llvm/llvm-project/commit/eb8650a75793b2bd079d0c8901ff066f129061da
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-11-17 (Wed, 17 Nov 2021)

  Changed paths:
    M libcxx/docs/DesignDocs/CapturingConfigInfo.rst
    M libcxx/include/__bsd_locale_defaults.h
    M libcxx/include/__bsd_locale_fallbacks.h
    M libcxx/include/__config
    M libcxx/include/__debug
    M libcxx/include/__errc
    M libcxx/include/__nullptr
    M libcxx/include/__ranges/access.h
    M libcxx/include/__ranges/concepts.h
    M libcxx/include/__ranges/data.h
    M libcxx/include/__ranges/enable_borrowed_range.h
    M libcxx/include/__string
    M libcxx/include/__undef_macros
    M libcxx/include/__utility/to_underlying.h
    M libcxx/include/algorithm
    M libcxx/include/any
    M libcxx/include/array
    M libcxx/include/atomic
    M libcxx/include/barrier
    M libcxx/include/bit
    M libcxx/include/bitset
    M libcxx/include/cassert
    M libcxx/include/ccomplex
    M libcxx/include/cctype
    M libcxx/include/cerrno
    M libcxx/include/cfenv
    M libcxx/include/cfloat
    M libcxx/include/charconv
    M libcxx/include/chrono
    M libcxx/include/cinttypes
    M libcxx/include/ciso646
    M libcxx/include/climits
    M libcxx/include/clocale
    M libcxx/include/cmath
    M libcxx/include/codecvt
    M libcxx/include/compare
    M libcxx/include/complex
    M libcxx/include/complex.h
    M libcxx/include/condition_variable
    M libcxx/include/csetjmp
    M libcxx/include/csignal
    M libcxx/include/cstdarg
    M libcxx/include/cstdbool
    M libcxx/include/cstddef
    M libcxx/include/cstdint
    M libcxx/include/cstdio
    M libcxx/include/cstdlib
    M libcxx/include/cstring
    M libcxx/include/ctgmath
    M libcxx/include/ctime
    M libcxx/include/ctype.h
    M libcxx/include/cwchar
    M libcxx/include/cwctype
    M libcxx/include/deque
    M libcxx/include/errno.h
    M libcxx/include/exception
    M libcxx/include/execution
    M libcxx/include/experimental/__config
    M libcxx/include/experimental/algorithm
    M libcxx/include/experimental/coroutine
    M libcxx/include/experimental/deque
    M libcxx/include/experimental/filesystem
    M libcxx/include/experimental/forward_list
    M libcxx/include/experimental/functional
    M libcxx/include/experimental/iterator
    M libcxx/include/experimental/list
    M libcxx/include/experimental/map
    M libcxx/include/experimental/memory_resource
    M libcxx/include/experimental/propagate_const
    M libcxx/include/experimental/regex
    M libcxx/include/experimental/set
    M libcxx/include/experimental/simd
    M libcxx/include/experimental/string
    M libcxx/include/experimental/type_traits
    M libcxx/include/experimental/unordered_map
    M libcxx/include/experimental/unordered_set
    M libcxx/include/experimental/utility
    M libcxx/include/experimental/vector
    M libcxx/include/ext/__hash
    M libcxx/include/ext/hash_map
    M libcxx/include/ext/hash_set
    M libcxx/include/fenv.h
    M libcxx/include/filesystem
    M libcxx/include/float.h
    M libcxx/include/format
    M libcxx/include/forward_list
    M libcxx/include/fstream
    M libcxx/include/future
    M libcxx/include/initializer_list
    M libcxx/include/inttypes.h
    M libcxx/include/iomanip
    M libcxx/include/ios
    M libcxx/include/iosfwd
    M libcxx/include/iostream
    M libcxx/include/istream
    M libcxx/include/iterator
    M libcxx/include/latch
    M libcxx/include/limits
    M libcxx/include/limits.h
    M libcxx/include/list
    M libcxx/include/locale
    M libcxx/include/locale.h
    M libcxx/include/map
    M libcxx/include/math.h
    M libcxx/include/memory
    M libcxx/include/mutex
    M libcxx/include/new
    M libcxx/include/numbers
    M libcxx/include/numeric
    M libcxx/include/optional
    M libcxx/include/ostream
    M libcxx/include/queue
    M libcxx/include/random
    M libcxx/include/ranges
    M libcxx/include/ratio
    M libcxx/include/regex
    M libcxx/include/scoped_allocator
    M libcxx/include/semaphore
    M libcxx/include/set
    M libcxx/include/setjmp.h
    M libcxx/include/shared_mutex
    M libcxx/include/span
    M libcxx/include/sstream
    M libcxx/include/stack
    M libcxx/include/stdbool.h
    M libcxx/include/stddef.h
    M libcxx/include/stdexcept
    M libcxx/include/stdint.h
    M libcxx/include/stdio.h
    M libcxx/include/stdlib.h
    M libcxx/include/streambuf
    M libcxx/include/string
    M libcxx/include/string.h
    M libcxx/include/string_view
    M libcxx/include/strstream
    M libcxx/include/system_error
    M libcxx/include/tgmath.h
    M libcxx/include/thread
    M libcxx/include/tuple
    M libcxx/include/type_traits
    M libcxx/include/typeindex
    M libcxx/include/typeinfo
    M libcxx/include/unordered_map
    M libcxx/include/unordered_set
    M libcxx/include/utility
    M libcxx/include/valarray
    M libcxx/include/variant
    M libcxx/include/vector
    M libcxx/include/wchar.h
    M libcxx/include/wctype.h
    M libcxx/src/algorithm.cpp
    M libcxx/src/any.cpp
    M libcxx/src/atomic.cpp
    M libcxx/src/barrier.cpp
    M libcxx/src/bind.cpp
    M libcxx/src/charconv.cpp
    M libcxx/src/chrono.cpp
    M libcxx/src/condition_variable.cpp
    M libcxx/src/condition_variable_destructor.cpp
    M libcxx/src/debug.cpp
    M libcxx/src/exception.cpp
    M libcxx/src/experimental/memory_resource.cpp
    M libcxx/src/filesystem/directory_iterator.cpp
    M libcxx/src/filesystem/operations.cpp
    M libcxx/src/format.cpp
    M libcxx/src/functional.cpp
    M libcxx/src/future.cpp
    M libcxx/src/hash.cpp
    M libcxx/src/include/apple_availability.h
    M libcxx/src/include/config_elast.h
    M libcxx/src/include/refstring.h
    M libcxx/src/ios.cpp
    M libcxx/src/iostream.cpp
    M libcxx/src/locale.cpp
    M libcxx/src/memory.cpp
    M libcxx/src/mutex.cpp
    M libcxx/src/mutex_destructor.cpp
    M libcxx/src/new.cpp
    M libcxx/src/optional.cpp
    M libcxx/src/random.cpp
    M libcxx/src/random_shuffle.cpp
    M libcxx/src/regex.cpp
    M libcxx/src/shared_mutex.cpp
    M libcxx/src/stdexcept.cpp
    M libcxx/src/string.cpp
    M libcxx/src/strstream.cpp
    M libcxx/src/support/ibm/mbsnrtowcs.cpp
    M libcxx/src/support/ibm/wcsnrtombs.cpp
    M libcxx/src/support/runtime/stdexcept_default.ipp
    M libcxx/src/support/runtime/stdexcept_vcruntime.ipp
    M libcxx/src/system_error.cpp
    M libcxx/src/typeinfo.cpp
    M libcxx/src/utility.cpp
    M libcxx/src/valarray.cpp
    M libcxx/src/variant.cpp
    M libcxx/src/vector.cpp
    M libcxxabi/include/__cxxabi_config.h
    M libcxxabi/include/cxxabi.h
    M libcxxabi/src/abort_message.cpp
    M libcxxabi/src/abort_message.h
    M libcxxabi/src/cxa_aux_runtime.cpp
    M libcxxabi/src/cxa_default_handlers.cpp
    M libcxxabi/src/cxa_demangle.cpp
    M libcxxabi/src/cxa_exception.cpp
    M libcxxabi/src/cxa_exception.h
    M libcxxabi/src/cxa_exception_storage.cpp
    M libcxxabi/src/cxa_guard.cpp
    M libcxxabi/src/cxa_handlers.cpp
    M libcxxabi/src/cxa_handlers.h
    M libcxxabi/src/cxa_noexception.cpp
    M libcxxabi/src/cxa_personality.cpp
    M libcxxabi/src/cxa_thread_atexit.cpp
    M libcxxabi/src/cxa_vector.cpp
    M libcxxabi/src/cxa_virtual.cpp
    M libcxxabi/src/fallback_malloc.cpp
    M libcxxabi/src/fallback_malloc.h
    M libcxxabi/src/private_typeinfo.cpp
    M libcxxabi/src/private_typeinfo.h
    M libcxxabi/src/stdlib_exception.cpp
    M libcxxabi/src/stdlib_new_delete.cpp
    M libcxxabi/src/stdlib_stdexcept.cpp
    M libcxxabi/src/stdlib_typeinfo.cpp
    M libcxxabi/test/backtrace_test.pass.cpp
    M libcxxabi/test/catch_array_01.pass.cpp
    M libcxxabi/test/catch_array_02.pass.cpp
    M libcxxabi/test/catch_class_01.pass.cpp
    M libcxxabi/test/catch_class_02.pass.cpp
    M libcxxabi/test/catch_class_03.pass.cpp
    M libcxxabi/test/catch_class_04.pass.cpp
    M libcxxabi/test/catch_const_pointer_nullptr.pass.cpp
    M libcxxabi/test/catch_function_01.pass.cpp
    M libcxxabi/test/catch_function_02.pass.cpp
    M libcxxabi/test/catch_function_03.pass.cpp
    M libcxxabi/test/catch_member_data_pointer_01.pass.cpp
    M libcxxabi/test/catch_member_function_pointer_01.pass.cpp
    M libcxxabi/test/catch_member_function_pointer_02.pass.cpp
    M libcxxabi/test/catch_member_pointer_nullptr.pass.cpp
    M libcxxabi/test/catch_multi_level_pointer.pass.cpp
    M libcxxabi/test/catch_pointer_nullptr.pass.cpp
    M libcxxabi/test/catch_pointer_reference.pass.cpp
    M libcxxabi/test/catch_ptr.pass.cpp
    M libcxxabi/test/catch_ptr_02.pass.cpp
    M libcxxabi/test/catch_reference_nullptr.pass.cpp
    M libcxxabi/test/cxa_bad_cast.pass.cpp
    M libcxxabi/test/cxa_bad_typeid.pass.cpp
    M libcxxabi/test/cxa_thread_atexit_test.pass.cpp
    M libcxxabi/test/dynamic_cast.pass.cpp
    M libcxxabi/test/dynamic_cast14.pass.cpp
    M libcxxabi/test/dynamic_cast3.pass.cpp
    M libcxxabi/test/dynamic_cast5.pass.cpp
    M libcxxabi/test/dynamic_cast_stress.pass.cpp
    M libcxxabi/test/exception_object_alignment.pass.cpp
    M libcxxabi/test/incomplete_type.sh.cpp
    M libcxxabi/test/inherited_exception.pass.cpp
    M libcxxabi/test/noexception1.pass.cpp
    M libcxxabi/test/noexception2.pass.cpp
    M libcxxabi/test/noexception3.pass.cpp
    M libcxxabi/test/noexception4.pass.cpp
    M libcxxabi/test/test_aux_runtime.pass.cpp
    M libcxxabi/test/test_aux_runtime_op_array_new.pass.cpp
    M libcxxabi/test/test_demangle.pass.cpp
    M libcxxabi/test/test_exception_storage.pass.cpp
    M libcxxabi/test/test_fallback_malloc.pass.cpp
    M libcxxabi/test/test_guard.pass.cpp
    M libcxxabi/test/test_vector1.pass.cpp
    M libcxxabi/test/test_vector2.pass.cpp
    M libcxxabi/test/test_vector3.pass.cpp
    M libcxxabi/test/thread_local_destruction_order.pass.cpp
    M libcxxabi/test/uncaught_exception.pass.cpp
    M libcxxabi/test/uncaught_exceptions.pass.cpp
    M libcxxabi/test/unittest_demangle.pass.cpp
    M libcxxabi/test/unwind_01.pass.cpp
    M libcxxabi/test/unwind_02.pass.cpp
    M libcxxabi/test/unwind_03.pass.cpp
    M libcxxabi/test/unwind_04.pass.cpp
    M libcxxabi/test/unwind_05.pass.cpp
    M libcxxabi/test/unwind_06.pass.cpp
    M libunwind/include/__libunwind_config.h
    M libunwind/include/libunwind.h
    M libunwind/include/mach-o/compact_unwind_encoding.h
    M libunwind/include/unwind.h
    M libunwind/include/unwind_arm_ehabi.h
    M libunwind/include/unwind_itanium.h
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/CompactUnwinder.hpp
    M libunwind/src/DwarfInstructions.hpp
    M libunwind/src/DwarfParser.hpp
    M libunwind/src/EHHeaderParser.hpp
    M libunwind/src/RWMutex.hpp
    M libunwind/src/Registers.hpp
    M libunwind/src/Unwind-EHABI.cpp
    M libunwind/src/Unwind-EHABI.h
    M libunwind/src/Unwind-seh.cpp
    M libunwind/src/Unwind-sjlj.c
    M libunwind/src/UnwindCursor.hpp
    M libunwind/src/UnwindLevel1-gcc-ext.c
    M libunwind/src/UnwindLevel1.c
    M libunwind/src/UnwindRegistersRestore.S
    M libunwind/src/UnwindRegistersSave.S
    M libunwind/src/Unwind_AppleExtras.cpp
    M libunwind/src/cet_unwind.h
    M libunwind/src/config.h
    M libunwind/src/dwarf2.h
    M libunwind/src/libunwind.cpp
    M libunwind/src/libunwind_ext.h

  Log Message:
  -----------
  [runtimes][NFC] Remove filenames at the top of the license notice

We've stopped doing it in libc++ for a while now because these names
would end up rotting as we move things around and copy/paste stuff.
This cleans up all the existing files so as to stop the spreading
as people copy-paste headers around.




More information about the All-commits mailing list