libclang
There are 118 repositories under libclang topic.
standardese/cppast
Library to parse and work with the C++ AST
Sarcasm/irony-mode
A C/C++ minor mode for Emacs powered by libclang
cppit/jucipp
A lightweight & cross-platform IDE supporting the most recent C++ standards. This project has moved to https://gitlab.com/cppit/jucipp.
jeaye/color_coded
A vim plugin for libclang-based highlighting of C, C++, ObjC
bkryza/clang-uml
Customizable automatic UML diagram generator for C++ based on Clang.
atilaneves/cmake-ide
Use Emacs as a C/C++ IDE
AustinBrunkhorst/CPP-Reflection
C++ Reflection Parser / Runtime Skeleton
niosus/EasyClangComplete
:boom: Robust C/C++ code completion for Sublime Text 3/4
xoofx/CppAst.NET
CppAst is a .NET library providing a C/C++ parser for header files powered by Clang/libclang with access to the full AST, comments and macros
p-ranav/fccf
fccf: A command-line tool that quickly searches through C/C++ source code in a directory based on a search string and prints relevant code snippets that match the query.
arakashic/chromatica.nvim
Clang based syntax highlighting for Neovim
atilaneves/dpp
Directly include C headers in D source code
trolldbois/ctypeslib
Generate python ctypes classes from C headers. Requires LLVM clang
JuliaInterop/Clang.jl
C binding generator and Julia interface to libclang
jacob-carlborg/dstep
A tool for converting C and Objective-C headers to D modules
Manu343726/siplasplas
A library for C++ reflection and introspection
deoplete-plugins/deoplete-clang
deoplete.nvim source for C/C++/Obj-C/Obj-C++ with clang-python3
JBakamovic/cxxd
C/C++ language server implemented on top of Clang frontend.
phronmophobic/clong
A wrapper for libclang and a generator that can turn c header files into clojure apis.
BehroozAbbassi/sdkffi
A code parser for C-Style header files that lets you to parse function's prototypes and data types used in their parameters.
zchee/clang-server
A C/C++ AST index server using libclang and flatbuffers written in Go
neslib/Neslib.Clang
libclang for Delphi
MochiLibraries/Biohazrd
A framework for automatically generating binding wrappers for C/C++ libraries
puzzlepaint/cide
A fast, lightweight C/C++ IDE for Linux and Windows
jimmyorourke/reflecxx
A static reflection framework for C++, using libclang.
cpp-testing/gmock.py
'Google Mock' mocks generator based on libclang
kassane/llvm-zig
LLVM bindings written in Zig
ioquatix/ffi-clang
Ruby FFI bindings for libclang 3.4+.
go-clang/gen
Generate Go bindings for Clang's C API
SilverTuxedo/keval
Call arbitrary Windows kernel-mode functions from Python on another machine
biojppm/regen
Easy C++ reflection and code generation
haxscramper/hcparse
High-level nim bindings for parsing C/C++ code
CadQuery/pywrap
C++ binding generator based on libclang and pybind11
FFIG/ffig
Generate code to call C++ libraries from other languages
BeanCheeseBurrito/Bindgen.NET
Generate C# bindings from C headers
joshpeterson/layout
Determine the layout of C and C++ types, including their size, and the size, offset, and padding of each field in the type.