Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sources/ClangSharp.PInvokeGenerator/PInvokeGenerator.cs
Original file line number Diff line number Diff line change
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