Skip to content

Commit 184bf8f

Browse files
committed
Ignore the TypeVisibility and NoThrow attributes
1 parent 76c95c4 commit 184bf8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sources/ClangSharp.PInvokeGenerator/PInvokeGenerator.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6691,7 +6691,9 @@ private void WithAttributes(NamedDecl namedDecl, bool onlySupportedOSPlatform =
66916691
case CX_AttrKind_MSNoVTable:
66926692
case CX_AttrKind_MSAllocator:
66936693
case CX_AttrKind_MaxFieldAlignment:
6694+
case CX_AttrKind_NoThrow:
66946695
case CX_AttrKind_SelectAny:
6696+
case CX_AttrKind_TypeVisibility:
66956697
case CX_AttrKind_Uuid:
66966698
{
66976699
// Nothing to handle

0 commit comments

Comments
 (0)