We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44af162 commit fa6653dCopy full SHA for fa6653d
sources/ClangSharp.PInvokeGenerator/PInvokeGenerator.VisitDecl.cs
@@ -7,6 +7,7 @@
7
using System.Linq;
8
using System.Runtime.InteropServices;
9
using System.Text;
10
+using System.Text.RegularExpressions;
11
using ClangSharp.Abstractions;
12
using ClangSharp.CSharp;
13
using static ClangSharp.Interop.CX_CastKind;
@@ -19,7 +20,6 @@
19
20
using static ClangSharp.Interop.CXUnaryOperatorKind;
21
using static ClangSharp.Interop.CXEvalResultKind;
22
using static ClangSharp.Interop.CXTypeKind;
-using System.Text.RegularExpressions;
23
24
namespace ClangSharp;
25
0 commit comments