Skip to content

Commit 8297e2e

Browse files
Merge pull request #540 from dpaoliello/ignoreattr
Ignore the TypeVisibility and NoThrow attributes
2 parents 76c95c4 + 184bf8f commit 8297e2e

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)