Difference between revisions of "Clang"

From Wiki at Neela Nurseries
Jump to navigation Jump to search
(Add section "LLVM Clang-format References".)
m (Minor formatting.)
Line 21: Line 21:
 
What does the following clang-format setting do?
 
What does the following clang-format setting do?
  
<code>AlignAfterOpenBracket: Align</code>
+
&nbsp; AlignAfterOpenBracket: Align
  
 
== [[#top|^]] LLVM Clang-format References ==
 
== [[#top|^]] LLVM Clang-format References ==
  
 
*  https://releases.llvm.org/3.6.1/tools/clang/docs/ClangFormatStyleOptions.html
 
*  https://releases.llvm.org/3.6.1/tools/clang/docs/ClangFormatStyleOptions.html

Revision as of 16:44, 15 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

. . . above link found near or at the end of Reddit forum post https://www.reddit.com/r/cpp/comments/bh8dbt/precommit_cc_integrations_clangformat_clangtidy/.

^ Specific Format Choicel

What does the following clang-format setting do?

  AlignAfterOpenBracket: Align

^ LLVM Clang-format References