Skip to main content
Background Image

Clang

Microsoft and NASA Use It? My 4-Year-Old Side Project Hit 100 Stars
·319 words·1 min
cpp-linter-action is a GitHub Action that provides C/C++ code formatting and static analysis capabilities. It uses clang-format and clang-tidy, supporting various configurations and custom rules. Since its creation in 2021, the project has been used by several well-known organizations and open-source projects.
cpp-linter-action—Latest Version Now Supports Pull Request Review Functionality 👏
·914 words·2 mins
This article introduces the new feature of cpp-linter-action Pull Request Review, allowing developers to directly submit code modification suggestions on GitHub, improving code quality and collaboration efficiency.
Problems and solutions when upgrading XLC from 10.1 to IBM Open XL C/C++ for AIX 17.1.0
·298 words·2 mins
This article documents the problems encountered when upgrading from IBM XLC 10.1 to XLC 17.1 (IBM Open XL C/C++ for AIX 17.1.0) and how to fix the errors.
C/C++ Code Formatting and Static Analysis—A One-Stop Workflow with Cpp Linter
·1281 words·7 mins
This article introduces tools and workflows for C/C++ code formatting and static analysis, focusing on the use and integration of clang-tools.