clang-pure: Pure C++ code analysis with libclang
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- From version 1.23 cabal supports specifiying explicit dependencies for Custom setup scripts. Consider using cabal-version >= 1.23 and adding a 'custom-setup' section with a 'setup-depends' field that specifies the dependencies of the Setup.hs script itself. The 'setup-depends' field uses the same syntax as 'build-depends', so a simple example would be 'setup-depends: base, Cabal'.
Pure C++ code analysis with libclang.
Refer to libclang's documentation for usage.
In general, the naming scheme is clang_getCursorType -> cursorType
, CXCursor ->
.Cursor
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.2.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.0.5, 0.2.0.6 |
---|---|
Change log | None available |
Dependencies | base (>=4.8 && <5), bytestring (>=0.10.6), clang-pure, containers (>=0.5.6.2), contravariant (>=1.3.3), hashable, inline-c (>=0.5.5.9), lens, microlens (>=0.4.7.0), microlens-contra (>=0.1.0.1), singletons (>=2.2), stm (>=2.4.4), template-haskell (>=2.10), unordered-containers, vector (>=0.10.12) [details] |
License | Apache-2.0 |
Copyright | Copyright 2014 Google Inc. All Rights Reserved. |
Author | Patrick Chilton |
Maintainer | chpatrick@gmail.com |
Category | Language |
Source repo | head: git clone https://github.com/chpatrick/clang-pure.git |
Uploaded | by PatrickChilton at 2016-09-22T13:17:23Z |
Modules
- Language
- C
- Language.C.Clang
- Language.C.Clang.Cursor
- Language.C.Clang.Cursor.Typed
- Language.C.Clang.File
- Language.C.Clang.Location
- Language.C.Clang.Token
- Language.C.Clang.TranslationUnit
- Language.C.Clang.Type
- Language.C.Clang.Cursor
- Language.C.Clang
- C
Downloads
- clang-pure-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees