| foonathan/cppast |
1,452 |
|
0 |
0 |
about 3 years ago |
1 |
October 06, 2022 |
29 |
other |
C++ |
| Library to parse and work with the C++ AST |
| cppit/jucipp |
878 |
|
0 |
0 |
almost 8 years ago |
0 |
|
39 |
mit |
C++ |
| A lightweight & cross-platform IDE supporting the most recent C++ standards |
| Golevka/emacs-clang-complete-async |
360 |
|
0 |
0 |
about 9 years ago |
1 |
February 27, 2018 |
54 |
|
Emacs Lisp |
| An emacs plugin to complete C and C++ code using libclang |
| macmade/ClangKit |
342 |
|
0 |
0 |
over 4 years ago |
0 |
|
3 |
|
C |
| ClangKit provides an Objective-C frontend to LibClang. Source tokenization, diagnostics and fix-its are actually implemented. |
| ingve/awesome-clang |
219 |
|
0 |
0 |
over 2 years ago |
0 |
|
1 |
|
|
| Useful resources and samples for using Clang-related tools, or for building stuff on top of Clang. |
| JuliaInterop/Clang.jl |
211 |
|
0 |
0 |
over 2 years ago |
0 |
October 25, 2022 |
33 |
mit |
Julia |
| C binding generator and Julia interface to libclang |
| trailofbits/constexpr-everything |
208 |
|
0 |
0 |
about 4 years ago |
0 |
|
3 |
apache-2.0 |
C++ |
| Rewrite C++ code to automatically apply `constexpr` where possible |
| jacob-carlborg/dstep |
199 |
|
0 |
0 |
over 2 years ago |
21 |
June 06, 2023 |
66 |
|
C |
| A tool for converting C and Objective-C headers to D modules |
| trolldbois/ctypeslib |
187 |
|
4 |
0 |
over 2 years ago |
23 |
April 25, 2023 |
34 |
mit |
Python |
| Generate python ctypes classes from C headers. Requires LLVM clang |
| woboq/moc-ng |
185 |
|
0 |
0 |
over 3 years ago |
0 |
|
6 |
gpl-3.0 |
C++ |
| A reimplementation of Qt's moc using libclang. Contains both a drop-in remplacement, and a plugin for the clang compiler. |