Skip to content
Snippets Groups Projects
Commit 820daeb7 authored by Mike Spertus's avatar Mike Spertus
Browse files

Visualize fields of records as they were declared in Visual Studio debugger

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264169 91177308-0d34-0410-b5e6-96231b3b80d8
parent d71ad3f7
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ or create a symbolic link so it updates automatically. ...@@ -95,7 +95,7 @@ or create a symbolic link so it updates automatically.
</Expand> </Expand>
</Type> </Type>
<Type Name="clang::FieldDecl"> <Type Name="clang::FieldDecl">
<DisplayString>Field {{{*(clang::NamedDecl *)this,view(cpp)nd}}}</DisplayString> <DisplayString>Field {{{*(clang::DeclaratorDecl *)this,view(cpp)nd}}}</DisplayString>
</Type> </Type>
<Type Name="clang::CXXMethodDecl"> <Type Name="clang::CXXMethodDecl">
<DisplayString IncludeView="cpp">{*(clang::FunctionDecl *)this,nd}</DisplayString> <DisplayString IncludeView="cpp">{*(clang::FunctionDecl *)this,nd}</DisplayString>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment