[all-commits] [llvm/llvm-project] 65eea3: [libc++][TZDB] Fixes parsing interleaved rules. (#...
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Mar 12 09:27:00 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65eea3e5dc907c3059c57ab4d16770522c5b9fb0
https://github.com/llvm/llvm-project/commit/65eea3e5dc907c3059c57ab4d16770522c5b9fb0
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-03-12 (Tue, 12 Mar 2024)
Changed paths:
M libcxx/src/tzdb.cpp
M libcxx/test/libcxx/time/time.zone/time.zone.db/rules.pass.cpp
Log Message:
-----------
[libc++][TZDB] Fixes parsing interleaved rules. (#84808)
Typically the rules in the database are contiguous, but that is not a
requirement. This fixes the case when they are not.
---------
Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>
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