sighingnow / libclangLinks
(Unofficial) Release libclang (clang.cindex) on pypi.
☆93Updated 3 months ago
Alternatives and similar repositories for libclang
Users that are interested in libclang are comparing it to the libraries listed below
Sorting:
- A C99 preprocessor written in pure Python☆233Updated last year
- Modern pure python C++ header parser☆122Updated last week
- C/C++ source generation from an AST☆163Updated 4 months ago
- GCC plugin that embeds CPython inside the compiler☆204Updated 3 years ago
- A simple example of defining custom plugins for clang and the clang static analyzer.☆86Updated 4 years ago
- Python bindings for writing clang-based tools based on libtooling (e.g. for refactoring, auto-completion, etc.)☆36Updated 5 years ago
- Contains source for libdwarf, a library for reading DWARF2 and later DWARF. Contains source to create dwarfdump, a program which prints …☆204Updated this week
- DEPRECATED: use cxxheaderparser instead☆124Updated last year
- A tool based on clang which generates a call graph from a given C++ codebase☆141Updated 3 months ago
- PEG parser generator for Python☆175Updated 5 months ago
- Show code coverage data generated with gcov in Visual Studio code.☆32Updated 10 months ago
- cclyzer++ is a precise and scalable pointer analysis for LLVM code.☆144Updated 4 months ago
- Extensions for Eli Bendersky's pycparser☆85Updated 6 months ago
- Experiments with the gcc plugin mechanism☆109Updated last year
- LLVM IR CMake utils for bitcode file manipulation by opt and friends☆72Updated 5 months ago
- Modern, PEP 517 compliant build backend for creating Python packages with extensions built using CMake.☆64Updated last month
- Manipulate C-family ASTs with Clang☆69Updated 10 years ago
- Companion Repository for the Lecture Slides for the Clang Libraries☆100Updated 2 months ago
- Experiments with the GDB Python API☆70Updated 3 years ago
- ☆70Updated 10 months ago
- Generate python ctypes classes from C headers. Requires LLVM clang☆233Updated 3 months ago
- pygccxml is a specialized XML reader that reads the output from CastXML. It provides a simple framework to navigate C++ declarations, usi…☆136Updated 2 months ago
- Python Clang AST Viewer☆30Updated last year
- A library to parse C/C++ source as AST☆348Updated 4 months ago
- Code Analysis and Refactoring with Clang Tools☆123Updated 4 years ago
- Parse GNU Makefiles with Python. Work in progress!☆38Updated 2 months ago
- ☆62Updated 3 weeks ago
- ☆30Updated 3 years ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system