Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions stl/debugger/STL.natvis
Original file line number Diff line number Diff line change
Expand Up @@ -2240,6 +2240,9 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
</Type>

<Type Name="std::chrono::time_point&lt;std::chrono::system_clock,std::chrono::duration&lt;__int64,std::ratio&lt;1,10000000&gt; &gt; &gt;">
<!-- clang-cl -->
<AlternativeType Name="std::chrono::time_point&lt;std::chrono::system_clock,std::chrono::duration&lt;long long,std::ratio&lt;1,10000000&gt; &gt; &gt;" />

<!--
Same computation as in std::chrono::year_month_day::_Civil_from_days
and https://howardhinnant.github.io/date_algorithms.html#civil_from_days.
Expand Down