realincubus / clang-refactorLinks
This is a early attempt to write a refactor for c and c++ programs based on clang-modernize and oclint rules.
☆31Updated 11 years ago
Alternatives and similar repositories for clang-refactor
Users that are interested in clang-refactor are comparing it to the libraries listed below
Sorting:
- Generate tag file for C++ source code, using the clang C++ compiler's parsing libraries☆242Updated 8 years ago
- A plugin for Clang compiler☆119Updated 3 years ago
- C/C++ source code indexing tool based on libclang☆112Updated 9 years ago
- An example of how to use Clang's LibTooling interface.☆74Updated 12 years ago
- Autotools-style configure script wrapper around CMake☆85Updated 8 years ago
- Check for coding style issues in CMake files☆102Updated 6 years ago
- Reveres engineering UML class diagrams with libclang☆78Updated 6 years ago
- C/C++ language server implemented on top of Clang frontend.☆153Updated 5 months ago
- A list of compiler warning flags for different GCC and clang versions☆236Updated 5 years ago
- lldb debugger integration plugin for vim☆247Updated 4 years ago
- selectively remove C preprocessor conditionals☆183Updated last year
- Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project☆67Updated 6 years ago
- simple word count example using flex/bison parser