A collection of code samples showing usage of clang and llvm as a library
☆754Dec 2, 2019Updated 6 years ago
Alternatives and similar repositories for Clang-tutorial
Users that are interested in Clang-tutorial are comparing it to the libraries listed below
Sorting:
- UNMAINTAINED: Examples of using the LLVM and Clang compilation libraries and tools☆1,187Sep 18, 2018Updated 7 years ago
- ClangKit provides an Objective-C frontend to LibClang. Source tokenization, diagnostics and fix-its are actually implemented.☆365Aug 2, 2021Updated 4 years ago
- Playing with Clang plugin system☆153Mar 1, 2014Updated 12 years ago
- An example of how to use Clang's LibTooling interface.☆74Jul 29, 2013Updated 12 years ago
- Plugins to clang-analyzer and clang-frontend☆484May 20, 2021Updated 4 years ago
- It is a set of LLVM documents which are translated into Chinese.☆244Apr 20, 2017Updated 8 years ago
- Basic Clang library, LibTooling and Plugin☆17Jul 31, 2015Updated 10 years ago
- An LLVM pass to profile dynamic LLVM IR instructions and runtime values☆141Nov 28, 2020Updated 5 years ago
- Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project☆3,052Apr 23, 2020Updated 5 years ago
- clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analys…☆277Apr 16, 2022Updated 3 years ago
- clang 中文用户手册&llvm 文档☆394Feb 25, 2020Updated 6 years ago
- A collection of out-of-tree LLVM passes for teaching and learning☆3,359Jan 1, 2026Updated 2 months ago
- A step-by-step tutorial for building an LLVM sample pass☆220May 14, 2020Updated 5 years ago
- An implementation of function patching for iOS, without the use of W|X pages.☆270Jan 20, 2013Updated 13 years ago
- Project moved to: https://github.com/llvm/llvm-project☆4,594Sep 2, 2020Updated 5 years ago
- Framework for lifting x86, amd64, aarch64, sparc32, and sparc64 program binaries to LLVM bitcode☆2,751Apr 26, 2022Updated 3 years ago
- A collection of out-of-tree Clang plugins for teaching and learning☆759Jan 14, 2026Updated last month
- iOS APP分析无用代码(A source-code level/Clang Approach)☆237Aug 22, 2018Updated 7 years ago
- Mach-O import table patching for function redirection. This is a method for function hooking on Mac OS X. It patches the import table of …☆114Jul 24, 2014Updated 11 years ago
- LLVM-based, flexible, live coverage instrumentation for C/C++ code☆45Jan 27, 2016Updated 10 years ago
- Simplified Chinese translation for the LLVM Tutorial☆522Aug 21, 2022Updated 3 years ago
- A LLVM-based static analysis framework.☆1,034Feb 17, 2026Updated last week
- We try to put source files of llvm tutorials here☆18Oct 6, 2020Updated 5 years ago
- Instrument code to trace memory☆19Feb 15, 2019Updated 7 years ago
- Useful resources and samples for using Clang-related tools, or for building stuff on top of Clang.☆231Jul 31, 2023Updated 2 years ago
- Reimplementation of NSInvocation, minus floating-point support, for educational purposes☆36Mar 21, 2013Updated 12 years ago
- KLEE Symbolic Execution Engine☆2,902Feb 21, 2026Updated last week
- objc_msgSend hook for debugging/inspection purposes.☆721Mar 13, 2023Updated 2 years ago
- A binary to LLVM translator☆151Jun 5, 2018Updated 7 years ago
- A superoptimizer for LLVM IR☆2,350Aug 28, 2024Updated last year
- An easy guide to Clang Static Analyzer extension.☆144Mar 21, 2020Updated 5 years ago
- Binary Translator to LLVM IR☆226May 17, 2023Updated 2 years ago
- 🧱Explore MachO File on macOS and Windows☆603Jan 9, 2026Updated last month
- Library to parse and work with the C++ AST☆1,768Jun 13, 2024Updated last year
- A portable foreign-function interface library.☆4,178Dec 26, 2025Updated 2 months ago
- example LLVM pass☆601Mar 6, 2025Updated 11 months ago
- LLVM Metadata Visualizer☆21Nov 30, 2017Updated 8 years ago
- Virtual Machine for Intermediate Representation☆698Jul 29, 2020Updated 5 years ago
- A C++ expression -> x64 JIT☆1,258Aug 21, 2020Updated 5 years ago