ClangWrapper.Swift
ClangWrapper.Swift copied to clipboard
Clang C API wrapper for Swift.
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...
Cursor does not provides correct children for function arguments that written over multiple lines.
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"...
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.