cppinsights
Compiler viewer
A tool that shows how the compiler transforms C++ source code into machine code
C++ Insights - See your source code with the eyes of a compiler
4k stars
66 watching
243 forks
Language: C++
last commit: about 1 month ago
Linked from 2 awesome lists
astclangcpluspluscplusplus-11cplusplus-14cplusplus-17cplusplus-20cplusplus-23cppcpp11cpp14cpp17cpp20cpp23cpp26llvm
Related projects:
Repository | Description | Stars |
---|---|---|
danmar/cppcheck | Analyzes code for errors and potential security vulnerabilities | 5,820 |
hsutter/cppfront | An experimental compiler converting modern C++ syntax to an older, simpler form | 5,543 |
mono/cppsharp | A tool and set of libraries that bridges C/C++ APIs to high-level languages like .NET. | 3,126 |
austinbrunkhorst/cpp-reflection | A C++ toolkit for analyzing and manipulating source code at runtime | 667 |
thelartians/moderncppstarter | A template project providing a set of tools and best practices for building modern C++ projects with automated testing, continuous integration, and code coverage. | 4,468 |
isocpp/cppcoreguidelines | A collection of guidelines and best practices for writing modern C++ code. | 42,842 |
microsoft/cpprestsdk | A C++ SDK for building cloud-based client-server communication applications. | 8,017 |
include-what-you-use/include-what-you-use | Analyzes #includes in C and C++ source files to ensure every used symbol is declared in an included header file. | 4,122 |
joakim-brannstrom/dextool | A set of tooling plugins built on top of the LLVM/Clang compiler infrastructure to analyze and improve C/C++ code quality. | 101 |
bogdan-lyashenko/codecrumbs | An application that analyzes source code and generates visual guides to help developers navigate large codebases | 2,713 |
microsoft/vscode-cpptools | Adds language support for C/C++ to Visual Studio Code, including editing and debugging features. | 5,532 |
caphyon/clang-power-tools | A set of tools that integrates clang-tidy functionality into Visual Studio C++ development | 493 |
salmer/cppdeveloperroadmap | A structured learning plan for C++ programming, covering essential skills and competencies for developers of all levels. | 2,926 |
anthonycalandra/modern-cpp-features | A resource for learning modern C++ language and library features | 19,757 |
seanbaxter/circle | A C++ compiler project that provides a new versioning mechanism and a set of advanced features to improve the language's safety, productivity, and flexibility. | 2,402 |