forked from OSchip/llvm-project
Rudimentary support for Visual Studio Stmt visualizer
Better than nothing... llvm-svn: 272518
This commit is contained in:
parent
7ab4fe32d7
commit
5bf7fd8185
|
@ -491,6 +491,12 @@ For later versions of Visual Studio, no setup is required-->
|
|||
</ArrayItems>
|
||||
</Expand>
|
||||
</Type>
|
||||
<Type Name="clang::Stmt">
|
||||
<DisplayString>{(clang::Stmt::StmtClass)StmtBits.sClass,en}</DisplayString>
|
||||
<Expand>
|
||||
<Item Name="Class">(clang::Stmt::StmtClass)StmtBits.sClass,en</Item>
|
||||
</Expand>
|
||||
</Type>
|
||||
<Type Name="clang::Expr">
|
||||
<DisplayString>Expression of class {(clang::Stmt::StmtClass)StmtBits.sClass,en} and type {TR,view(cpp)}</DisplayString>
|
||||
</Type>
|
||||
|
|
Loading…
Reference in New Issue