clang-power-tools
C++ code refiner
A set of tools that integrates clang-tidy functionality into Visual Studio C++ development
Bringing clang-tidy magic to Visual Studio C++ developers.
496 stars
17 watching
56 forks
Language: C#
last commit: 4 months ago
Linked from 1 awesome list
clangclang-compileclang-formatclang-tidycppllvmmodernizestatic-analysis
Related projects:
Repository | Description | Stars |
---|---|---|
mitaki28/vscode-clang | An extension for Visual Studio Code that provides C/C++/Objective-C code completion and diagnostics using the Clang compiler | 129 |
eklitzke/clang-format-all | A tool to format C and C++ code using clang-format in a consistent manner | 147 |
polysquare/clang-tidy-target-cmake | Adds custom checks to a C++ compilation target using CMake and clang-tidy. | 16 |
barisione/clang-format-hooks | Applies a coding style with clang-format to new code added to an existing code base. | 203 |
sharpenrocks/sharpen | Intelligently modernizes existing C# codebases by introducing new language features and refactoring code | 416 |
micjabbour/pronto-clang_format | A tool to automatically reformat code according to configurable style guidelines using the Pronto runner and clang-format | 0 |
suse/clang-extract | A tool to extract code content from source files using the clang and LLVM infrastructure. | 17 |
dotnet/clangsharp | ClangSharp provides a set of C# bindings for the Clang compiler suite. | 964 |
asutton/clang-reflect | A clean implementation of reflection and related proposals in C++. | 29 |
sasq64/autotidy | Tool for automating clang-tidy checks on C++ code | 68 |
yrnkrn/zapcc | A caching C++ compiler based on clang to speed up compilation | 1,248 |
asutton/clang | A compiler front-end for the C family of languages built as part of the LLVM project infrastructure | 71 |
aras-p/clangbuildanalyzer | Analyze and visualize build processes using Clang's time tracing feature to identify performance bottlenecks | 1,019 |
cpitclaudel/alectryon | A tool for processing Coq and Lean 4 code embedded in text documents | 237 |
ryanmjacobs/c | A utility for compiling and executing C scripts in one go! | 2,107 |