[all-commits] [llvm/llvm-project] 4f37c0: [libc++][TZDB] Fixes reverse time lookups.

Mark de Wever via All-commits all-commits at lists.llvm.org
Tue Apr 23 10:45:26 PDT 2024


  Branch: refs/heads/users/mordante/fixes_reverse_time_lookups
  Home:   https://github.com/llvm/llvm-project
  Commit: 4f37c08bf11ab272d24dd3c339e4ca11b1273647
      https://github.com/llvm/llvm-project/commit/4f37c08bf11ab272d24dd3c339e4ca11b1273647
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2024-04-23 (Tue, 23 Apr 2024)

  Changed paths:
    M libcxx/src/time_zone.cpp
    M libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.sys_time.pass.cpp

  Log Message:
  -----------
  [libc++][TZDB] Fixes reverse time lookups.

Testing with the get_info() returning a local_info revealed some issues in
the reverse lookup. This needed an additional quirck. Also the skipping
when not in the current continuation optimization was wrong. It prevented
merging two sys_info objects.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list