clang-pure

Pure C++ code analysis with libclang

Version on this page:0.2.0.2
LTS Haskell 9.21:0.2.0.2
Stackage Nightly 2017-07-25:0.2.0.2
Latest on Hackage:0.2.0.6

See all snapshots clang-pure appears in

Apache-2.0 licensed by Patrick Chilton
Maintained by [email protected]
This version can be pinned in stack with:clang-pure-0.2.0.2@sha256:88ce92c78a6403f70d7c8728e070c817878c66a2f47fdae6ab93c9148f8a002b,3483

Pure C++ code analysis with libclang.

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