clang-pure

Pure C++ code analysis with libclang

Version on this page:0.2.0.1
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.1@sha256:062e573391d8a0b1f6f1bf42099061bc4849ea5548b3a1f04b3c50cbfb667a75,3195

Pure C++ code analysis with libclang.

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