Skip to content

Commit 5762e6b

Browse files
authored
STL.natvis: Add alternative type name for time_point (#5390)
1 parent d005527 commit 5762e6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stl/debugger/STL.natvis

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2240,6 +2240,9 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
22402240
</Type>
22412241

22422242
<Type Name="std::chrono::time_point&lt;std::chrono::system_clock,std::chrono::duration&lt;__int64,std::ratio&lt;1,10000000&gt; &gt; &gt;">
2243+
<!-- clang-cl -->
2244+
<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;" />
2245+
22432246
<!--
22442247
Same computation as in std::chrono::year_month_day::_Civil_from_days
22452248
and https://howardhinnant.github.io/date_algorithms.html#civil_from_days.

0 commit comments

Comments
 (0)