jfultz / libtooling_step_by_stepLinks
Set of libtooling examples and demos prepared for a St. Louis C++ Meetup group
☆23Updated 8 years ago
Alternatives and similar repositories for libtooling_step_by_step
Users that are interested in libtooling_step_by_step are comparing it to the libraries listed below
Sorting:
- Demonstration of LLVM's opt-viewer tool☆71Updated 8 years ago
- lldb-eval is a library for evaluating expressions in the debugger context☆86Updated 8 months ago
- Useful resources and samples for using Clang-related tools, or for building stuff on top of Clang.☆233Updated 2 years ago
- A framework for reusing code in Clang tools☆126Updated 2 months ago
- A plugin for Clang compiler☆119Updated 4 years ago
- Slides for my C++Now 2017 talk☆58Updated 8 years ago
- A clang tool for happy refactoring without source-code gymnastics☆254Updated 5 years ago
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆38Updated 12 years ago
- ☆112Updated last year
- ☆55Updated last year
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆176Updated 4 years ago
- This is the repository for clang-playground series.☆24Updated 5 years ago
- Experimental patches to implement missing C++20 modules features for the clang/LLVM toolchain.☆23Updated 3 years ago
- Seamless llvm-mca CMake integration☆29Updated 5 years ago
- Clang with JIT extensions☆237Updated 3 years ago
- ☆71Updated 7 years ago
- ☆21Updated 6 years ago
- Simple and powerful standalone project for clang-based tools using libtooling (e.g. refactoring, auto-completion, etc.)☆54Updated last year
- A generic C++17 parser-combinator library with a natural grammar notation.☆121Updated 4 years ago
- Fork of LLVM with modifications to support a program repository☆25Updated 3 years ago
- Lightweight framework for easy and efficient code generation☆104Updated last year
- ☆102Updated 3 years ago
- totally unofficial git repo containing sources for the CppMem tool available at http://svr-pes20-cppmem.cl.cam.ac.uk/cppmem/help.html and…☆26Updated 12 years ago
- Header-only llvm::Expected<T>☆38Updated 6 years ago
- Interchangeable AoS and SoA containers☆25Updated 3 years ago
- The home of the clang-based implementation of lifetime safety warnings.☆41Updated 4 years ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆64Updated 5 years ago
- Prints values and types during compilation!☆58Updated 6 months ago
- An example of how to use Clang's LibTooling interface.☆74Updated 12 years ago
- Future C++ implementation of Rust-like trait objects with no boilerplate