ClangWrapper.Swift icon indicating copy to clipboard operation
ClangWrapper.Swift copied to clipboard

Clang C API wrapper for Swift.

Results 3 ClangWrapper.Swift issues
Sort by recently updated
recently updated
newest added

You may see Swift compiler crash very frequently and randomly under certain circumstances when using this framework. I tried to figure out specific condition, but failed. When it starts to...

For this given example, ``` size_t ReadRawData (lldb::SBError& error, lldb::offset_t offset, void *buf, size_t size); ``` Clang C API provides this cursor node with no child. ``` - Cursor "ReadRawData"...

bug
help wanted
invalid
question

Currently, it is reporting `Int` instead of `Invalid` for missing types. I don't know how to determine whether the type is actually `int` or missing.

bug
enhancement
help wanted