gen_src supports swapping AST_KINDS macros in parser.hpp

- Minor fixes to gencpp
- Adjust .clang-format to be similar to the codebase's conventions
This commit is contained in:
2024-05-05 00:09:38 -04:00
parent cd3803fb37
commit bc45aa80b6
6 changed files with 894 additions and 7 deletions
+4 -4
View File
@@ -71,7 +71,7 @@ BreakAfterAttributes: Always
BreakArrays: true
BreakBeforeInlineASMColon: OnlyMultiline
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Allman
BreakBeforeBraces: Attach
BreakBeforeInheritanceComma: true
BreakInheritanceList: BeforeComma
BreakBeforeConceptDeclarations: true
@@ -119,11 +119,11 @@ MaxEmptyLinesToKeep: 4
NamespaceIndentation: All
PointerAlignment: Left
PointerAlignment: Right
QualifierAlignment: Leave
QualifierAlignment: Right
ReferenceAlignment: Left
ReferenceAlignment: Right
ReflowComments: true