Difference between revisions of "Clang"
Jump to navigation
Jump to search
m (Ted moved page Clang clang to Clang: Mistaken name creation at point of creating link to as yet non-extent page.) |
m (Add github user "pocc" pre-commit-hooks repository.) |
||
Line 1: | Line 1: | ||
− | + | Notes on clang-format | |
− | https://www.kernel.org/doc/html/next/dev-tools/clang-format.html | + | This local page to hold notes and references about clang-format and related C, C++ and higher level language formatters and code checkers. |
+ | |||
+ | First references . . . | ||
+ | |||
+ | * https://dojofive.com/wp-content/uploads/2024/03/Modern-Embedded-Journey.pdf | ||
+ | |||
+ | * https://www.kernel.org/doc/html/next/dev-tools/clang-format.html | ||
+ | |||
+ | 2025-09-10 | ||
+ | |||
+ | * pocc/pre-commit-hooks: C/C++ hooks to integrate with pre-commit |
Revision as of 17:37, 10 September 2025
Notes on clang-format
This local page to hold notes and references about clang-format and related C, C++ and higher level language formatters and code checkers.
First references . . .
2025-09-10
- pocc/pre-commit-hooks: C/C++ hooks to integrate with pre-commit