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

Clangc::Index

CXTranslationUnit

Clangc::TranslationUnit

CXDiagnostic

Clangc::Diagnostic

CXFile

Clangc::File

CXSourceRange

Clangc::SourceRange

CXSourceLocation

Clangc::SourceLocation

CXCursor

Clangc::Cursor

CXType

Clangc::Type