You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a test case; when inspecting the CXCursor of the constructors in the following example, the inspected properties don't match the actual signature. I've put a comment above each constructor showing what libClangSharp reports.
There are a number of cursor properties which when accessed through libClangSharp return the inverse of what they should:
There are two more that I didn't test - but from looking at the source code look like they may also be inverted:
As a test case; when inspecting the CXCursor of the constructors in the following example, the inspected properties don't match the actual signature. I've put a comment above each constructor showing what libClangSharp reports.
The text was updated successfully, but these errors were encountered: