Skip to content

Commit

Permalink
Fix the NATVIS visualizer for FileEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronBallman committed Nov 14, 2023
1 parent 216dfd5 commit d554355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/utils/ClangVisualizers/clang.natvis
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ For later versions of Visual Studio, no setup is required-->
<DisplayString>{Name,s}</DisplayString>
</Type>
<Type Name="clang::FileEntry">
<DisplayString>{Name,s}</DisplayString>
<DisplayString>{RealPathName,s}</DisplayString>
</Type>
<Type Name="clang::DirectoryEntry">
<DisplayString>{Name,s}</DisplayString>
Expand Down

0 comments on commit d554355

Please sign in to comment.