cppast bugfix
This commit is contained in:
parent
b4ab4406fa
commit
e3f111ec3c
@ -45,3 +45,10 @@ return new CppArrayType(elementType, (int)type.ArraySize);
|
|||||||
return new CppUnexposedType(CXUtil.GetTypeSpelling(type)) { SizeOf = (int)type.SizeOf };
|
return new CppUnexposedType(CXUtil.GetTypeSpelling(type)) { SizeOf = (int)type.SizeOf };
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# CppElement
|
||||||
|
|
||||||
|
```c#
|
||||||
|
throw new NotImplementedException("Can not be here, not support type here!");
|
||||||
|
//throw new NotImplementedException("Can not be here, not support type here!");
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
@ -58,7 +58,8 @@ namespace CppAst
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
throw new NotImplementedException("Can not be here, not support type here!");
|
//throw new NotImplementedException("Can not be here, not support type here!");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user