lanl / CoARCTLinks
Code Analysis and Refactoring with Clang Tools
☆125Updated 4 years ago
Alternatives and similar repositories for CoARCT
Users that are interested in CoARCT are comparing it to the libraries listed below
Sorting:
- Useful resources and samples for using Clang-related tools, or for building stuff on top of Clang.☆228Updated last year
- A tool based on clang which generates a call graph from a given C++ codebase☆144Updated 4 months ago
- Slides for my C++Now 2017 talk☆58Updated 8 years ago
- Clang with JIT extensions☆231Updated 2 years ago
- A framework for reusing code in Clang tools☆125Updated last week
- Simple and powerful standalone project for clang-based tools using libtooling (e.g. refactoring, auto-completion, etc.)☆51Updated last year
- A plugin for Clang compiler☆119Updated 3 years ago
- A simple example of defining custom plugins for clang and the clang static analyzer.☆87Updated 4 years ago
- Companion Repository for the Lecture Slides for the Clang Libraries☆100Updated 3 months ago
- The home of the clang-based implementation of lifetime safety warnings.☆41Updated 3 years ago
- Reveres engineering UML class diagrams with libclang☆77Updated 6 years ago
- C++ Mutation Test Environment☆184Updated last year
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆175Updated 4 years ago
- Tools to dealing with template instantiation profiles generated by templight.☆83Updated 2 years ago
- Experiments with the GDB Python API☆70Updated 3 years ago
- autotuning C++, just-in-time!☆52Updated 5 years ago
- Suite of C/C++ tooling built on LLVM/Clang☆105Updated last week
- An easy guide to Clang Static Analyzer extension.☆144Updated 5 years ago
- LLVM Profiling Visualization☆85Updated 3 years ago
- Python wrapper for the Clang C++ preprocessor and parser.☆127Updated 11 years ago
- LLVM Optimization to extract a function, embedded in its intermediate representation in the binary, and execute it using the LLVM Just-In…☆522Updated 4 years ago
- A versatile C++ function mocking framework.☆132Updated 2 years ago
- C++11 ELF/DWARF parser☆327Updated last year
- A clang tool for happy refactoring without source-code gymnastics☆252Updated 5 years ago
- Data-race detector for windows applications - built on top of DynamoRIO