diff --git a/sources/ClangSharp.PInvokeGenerator/PInvokeGenerator.cs b/sources/ClangSharp.PInvokeGenerator/PInvokeGenerator.cs index e2c2966b..3af1a765 100644 --- a/sources/ClangSharp.PInvokeGenerator/PInvokeGenerator.cs +++ b/sources/ClangSharp.PInvokeGenerator/PInvokeGenerator.cs @@ -6827,6 +6827,7 @@ private void WithAttributes(NamedDecl namedDecl, bool onlySupportedOSPlatform = case CX_AttrKind_MSNoVTable: case CX_AttrKind_MSAllocator: case CX_AttrKind_MaxFieldAlignment: + case CX_AttrKind_NoInline: case CX_AttrKind_NoThrow: case CX_AttrKind_SelectAny: case CX_AttrKind_TypeVisibility: