Skip to content

Commit

Permalink
Merge pull request #540 from dpaoliello/ignoreattr
Browse files Browse the repository at this point in the history
Ignore the TypeVisibility and NoThrow attributes
  • Loading branch information
tannergooding committed Apr 29, 2024
2 parents 76c95c4 + 184bf8f commit 8297e2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/ClangSharp.PInvokeGenerator/PInvokeGenerator.cs
Expand Up @@ -6691,7 +6691,9 @@ private void WithAttributes(NamedDecl namedDecl, bool onlySupportedOSPlatform =
case CX_AttrKind_MSNoVTable:
case CX_AttrKind_MSAllocator:
case CX_AttrKind_MaxFieldAlignment:
case CX_AttrKind_NoThrow:
case CX_AttrKind_SelectAny:
case CX_AttrKind_TypeVisibility:
case CX_AttrKind_Uuid:
{
// Nothing to handle
Expand Down

0 comments on commit 8297e2e

Please sign in to comment.