* Visualise source_location

* Improve display string

* fix line endings and trailing space

* Add missing </Type>

Co-authored-by: Anju del Moral Gonzalez <judelmor@microsoft.com>
This commit is contained in:
Daniel Marshall 2021-05-17 23:08:42 +01:00 коммит произвёл GitHub
Родитель 18c12ab018
Коммит 68145cbc22
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -1827,6 +1827,16 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
</Expand>
</Type>
<Type Name="std::source_location">
<DisplayString>{_Function,sb}: ({_Line}, {_Column})</DisplayString>
<Expand>
<Item Name="[line]">_Line</Item>
<Item Name="[column]">_Column</Item>
<Item Name="[file]">_File,s</Item>
<Item Name="[function]">_Function,s</Item>
</Expand>
</Type>
<Type Name="std::strong_ordering">
<DisplayString Condition="_Value == -1">less</DisplayString>
<DisplayString Condition="_Value == 0">equal</DisplayString>