[all-commits] [llvm/llvm-project] 480cd7: [libc++][NFC] Consistently use newline between lic...

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Nov 25 07:25:38 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 480cd780d63fd9c658cc2f51d0c54416b8b1a5c3
      https://github.com/llvm/llvm-project/commit/480cd780d63fd9c658cc2f51d0c54416b8b1a5c3
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-11-25 (Fri, 25 Nov 2022)

  Changed paths:
    M libcxx/include/__chrono/convert_to_timespec.h
    M libcxx/include/__iterator/counted_iterator.h
    M libcxx/include/__iterator/iter_swap.h
    M libcxx/include/__iterator/projected.h
    M libcxx/include/__ranges/access.h
    M libcxx/include/__ranges/all.h
    M libcxx/include/__ranges/common_view.h
    M libcxx/include/__ranges/concepts.h
    M libcxx/include/__ranges/counted.h
    M libcxx/include/__ranges/data.h
    M libcxx/include/__ranges/drop_view.h
    M libcxx/include/__ranges/empty.h
    M libcxx/include/__ranges/empty_view.h
    M libcxx/include/__ranges/filter_view.h
    M libcxx/include/__ranges/iota_view.h
    M libcxx/include/__ranges/istream_view.h
    M libcxx/include/__ranges/join_view.h
    M libcxx/include/__ranges/non_propagating_cache.h
    M libcxx/include/__ranges/owning_view.h
    M libcxx/include/__ranges/rbegin.h
    M libcxx/include/__ranges/ref_view.h
    M libcxx/include/__ranges/rend.h
    M libcxx/include/__ranges/reverse_view.h
    M libcxx/include/__ranges/single_view.h
    M libcxx/include/__ranges/size.h
    M libcxx/include/__ranges/subrange.h
    M libcxx/include/__ranges/take_view.h
    M libcxx/include/__ranges/transform_view.h
    M libcxx/include/__ranges/view_interface.h
    M libcxx/include/__ranges/zip_view.h
    M libcxx/include/__thread/poll_with_backoff.h
    M libcxx/include/__thread/timed_backoff_policy.h
    M libcxx/include/experimental/simd
    M libcxx/include/filesystem
    M libcxx/include/stdbool.h
    M libcxx/src/include/apple_availability.h
    M libcxx/test/std/concepts/concepts.lang/concepts.arithmetic/arithmetic.h
    M libcxx/test/std/containers/check_consecutive.h
    M libcxx/test/std/containers/map_allocator_requirement_test_templates.h
    M libcxx/test/std/containers/set_allocator_requirement_test_templates.h
    M libcxx/test/std/iterators/iterator.requirements/iterator.concepts/incrementable.h
    M libcxx/test/std/iterators/iterator.requirements/iterator.cust/unqualified_lookup_wrapper.h
    M libcxx/test/std/utilities/template.bitset/bitset_test_cases.h
    M libcxx/test/support/any_helpers.h
    M libcxx/test/support/compare_types.h
    M libcxx/test/support/container_test_types.h
    M libcxx/test/support/copy_move_types.h
    M libcxx/test/support/experimental_any_helpers.h
    M libcxx/test/support/fp_compare.h
    M libcxx/test/support/indirectly_readable.h
    M libcxx/test/support/locale_helpers.h
    M libcxx/test/support/make_test_thread.h
    M libcxx/test/support/pointer_comparison_test_helper.h
    M libcxx/test/support/poisoned_hash_helper.h
    M libcxx/test/support/read_write.h
    M libcxx/test/support/set_windows_crt_report_mode.h
    M libcxx/test/support/template_cost_testing.h
    M libcxx/test/support/test_constexpr_container.h
    M libcxx/test/support/test_range.h
    M libcxx/test/support/type_classification/copyable.h
    M libcxx/test/support/type_classification/movable.h
    M libcxx/test/support/type_classification/moveconstructible.h
    M libcxx/test/support/type_classification/semiregular.h
    M libcxx/test/support/type_classification/swappable.h
    M libcxx/test/support/type_id.h
    M libcxx/test/support/user_defined_integral.h
    M libcxx/test/support/variant_test_helpers.h
    M libcxxabi/src/cxa_guard_impl.h

  Log Message:
  -----------
  [libc++][NFC] Consistently use newline between license and include guard




More information about the All-commits mailing list