You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
eidheim 8e446de1f4 Updated CI 8 years ago
cmake_modules Added upcoming llvm/clang releases to FindLibClang.cmake 8 years ago
docs Moved to GitLab 8 years ago
src Fixed errorenous iterator usage in clangmm::Tokens::Tokens 8 years ago
tests Fixed cursor_test for Arch Linux and Fedora 8 years ago
.appveyor.sh Updated CI 8 years ago
.appveyor.yml Updated CI 8 years ago
.gitignore Initial commit 11 years ago
.gitlab-ci.yml Updated CI 8 years ago
CMakeLists.txt Moved find_package to project cmake file 8 years ago
LICENSE Updated license year 8 years ago
README.md Updated CI 8 years ago

README.md

libclangmm

an easy-to-use C++ wrapper for libclang

About

Provides C++ bindings and class structure to the libclang C library.

Developed for juCi++, a lightweight, platform-independent C++ IDE.

Dependencies

  • libclang

Installation

See installation guide

Tests

To run the unit tests:

mkdir build && cd build
cmake -DBUILD_TESTING=1 ..
make
make test