c3_clang_extensions 0.3.2

Ugly hacks to get information hidden/malformed by libclang See C3 for usable interface.
docs.rs failed to build c3_clang_extensions-0.3.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

C3

Internal for the C3 project.

Building

  • Install LLVM 4 and Clang.
  • Add directory containing llvm-config to your PATH, or set LLVM_CONFIG_PATH env variable poiting to the llvm-config executable file.
  • Set LIBCLANG_INCLUDE_PATH pointing to Clang's include directory (<clang install dir>/clang/include/)