Skip to content

Commit d554355

Browse files
committed
Fix the NATVIS visualizer for FileEntry
1 parent 216dfd5 commit d554355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/utils/ClangVisualizers/clang.natvis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ For later versions of Visual Studio, no setup is required-->
878878
<DisplayString>{Name,s}</DisplayString>
879879
</Type>
880880
<Type Name="clang::FileEntry">
881-
<DisplayString>{Name,s}</DisplayString>
881+
<DisplayString>{RealPathName,s}</DisplayString>
882882
</Type>
883883
<Type Name="clang::DirectoryEntry">
884884
<DisplayString>{Name,s}</DisplayString>

0 commit comments

Comments
 (0)