File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
clang/utils/ClangVisualizers Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1071,12 +1071,12 @@ For later versions of Visual Studio, no setup is required-->
1071
1071
<DisplayString >{Val}</DisplayString >
1072
1072
</Type >
1073
1073
<Type Name =" clang::ActionResult< *, 1> " >
1074
- <DisplayString Condition =" PtrWithInvalid & 1" >Invalid</DisplayString >
1075
- <DisplayString Condition =" !PtrWithInvalid " >Unset</DisplayString >
1076
- <DisplayString >{($T1)(PtrWithInvalid & ~1)}</DisplayString >
1074
+ <DisplayString Condition =" Value & 1" >Invalid</DisplayString >
1075
+ <DisplayString Condition =" Value==0 " >Unset</DisplayString >
1076
+ <DisplayString >{($T1)(Value & ~1)}</DisplayString >
1077
1077
<Expand >
1078
- <Item Name =" Invalid" >(bool)(PtrWithInvalid & 1)</Item >
1079
- <Item Name =" Val" >($T1)(PtrWithInvalid & ~1)</Item >
1078
+ <Item Name =" Invalid" >(bool)(Value & 1)</Item >
1079
+ <Item Name =" Val" >($T1)(Value & ~1)</Item >
1080
1080
</Expand >
1081
1081
</Type >
1082
1082
</AutoVisualizer >
You can’t perform that action at this time.
0 commit comments