About

Metadata

  • Last updated , by PatrickChilton
  • License Apache-2.0
  • Maintained by: chpatrick@gmail.com

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Readme

Pure C++ code analysis with libclang.

Refer to libclang's documentation for usage. In general, the naming scheme is clang_getCursorType -> cursorType, CXCursor -> Cursor.