Skip to content

mszy/libclangmm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libclangmm Build Status Build status

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

About

libclangmm - An easy to use C++-wrapper for libclang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 86.5%
  • CMake 8.2%
  • Shell 4.7%
  • C 0.6%