Skip to content

Commit f662855

Browse files
committed
Ignore the NoInline attribute
1 parent 7e211d6 commit f662855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sources/ClangSharp.PInvokeGenerator/PInvokeGenerator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6827,6 +6827,7 @@ private void WithAttributes(NamedDecl namedDecl, bool onlySupportedOSPlatform =
68276827
case CX_AttrKind_MSNoVTable:
68286828
case CX_AttrKind_MSAllocator:
68296829
case CX_AttrKind_MaxFieldAlignment:
6830+
case CX_AttrKind_NoInline:
68306831
case CX_AttrKind_NoThrow:
68316832
case CX_AttrKind_SelectAny:
68326833
case CX_AttrKind_TypeVisibility:

0 commit comments

Comments
 (0)