Ruby bindings for libclang ¶ ↑
This module provides bindings for the C interface of Clang. clang.llvm.org/
The libclang data are mapped to the following:
- CXIndex
- CXTranslationUnit
- CXDiagnostic
- CXFile
- CXSourceRange
- CXSourceLocation
- CXCursor
- CXType
- CXCursorSet
- CXModule
- CXCompletionString
- CXCodeCompleteResults
- CXCompletionResult