forked from qt-creator/qt-creator
ClangFormat: Regenerate clangformatchecks
- Regenerated clangformatchecks for clang-format-16 - Updated clangformatconfigwidget for using new clangformatchecks Fixes: QTCREATORBUG-29434 Change-Id: If308942b6fbe4cc2568acda6d421139175ac081a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -32,18 +32,35 @@ private:
|
||||
QPushButton *m_setAccessModifierOffset = nullptr;
|
||||
QComboBox *m_AlignAfterOpenBracket = nullptr;
|
||||
QComboBox *m_AlignArrayOfStructures = nullptr;
|
||||
QComboBox *m_AlignConsecutiveMacros = nullptr;
|
||||
QComboBox *m_AlignConsecutiveAssignments = nullptr;
|
||||
QComboBox *m_AlignConsecutiveBitFields = nullptr;
|
||||
QComboBox *m_AlignConsecutiveDeclarations = nullptr;
|
||||
QComboBox *m_AlignConsecutiveMacrosEnabled = nullptr;
|
||||
QComboBox *m_AlignConsecutiveMacrosAcrossEmptyLines = nullptr;
|
||||
QComboBox *m_AlignConsecutiveMacrosAcrossComments = nullptr;
|
||||
QComboBox *m_AlignConsecutiveMacrosAlignCompound = nullptr;
|
||||
QComboBox *m_AlignConsecutiveMacrosPadOperators = nullptr;
|
||||
QComboBox *m_AlignConsecutiveAssignmentsEnabled = nullptr;
|
||||
QComboBox *m_AlignConsecutiveAssignmentsAcrossEmptyLines = nullptr;
|
||||
QComboBox *m_AlignConsecutiveAssignmentsAcrossComments = nullptr;
|
||||
QComboBox *m_AlignConsecutiveAssignmentsAlignCompound = nullptr;
|
||||
QComboBox *m_AlignConsecutiveAssignmentsPadOperators = nullptr;
|
||||
QComboBox *m_AlignConsecutiveBitFieldsEnabled = nullptr;
|
||||
QComboBox *m_AlignConsecutiveBitFieldsAcrossEmptyLines = nullptr;
|
||||
QComboBox *m_AlignConsecutiveBitFieldsAcrossComments = nullptr;
|
||||
QComboBox *m_AlignConsecutiveBitFieldsAlignCompound = nullptr;
|
||||
QComboBox *m_AlignConsecutiveBitFieldsPadOperators = nullptr;
|
||||
QComboBox *m_AlignConsecutiveDeclarationsEnabled = nullptr;
|
||||
QComboBox *m_AlignConsecutiveDeclarationsAcrossEmptyLines = nullptr;
|
||||
QComboBox *m_AlignConsecutiveDeclarationsAcrossComments = nullptr;
|
||||
QComboBox *m_AlignConsecutiveDeclarationsAlignCompound = nullptr;
|
||||
QComboBox *m_AlignConsecutiveDeclarationsPadOperators = nullptr;
|
||||
QComboBox *m_AlignEscapedNewlines = nullptr;
|
||||
QComboBox *m_AlignOperands = nullptr;
|
||||
QComboBox *m_AlignTrailingComments = nullptr;
|
||||
QComboBox *m_AlignTrailingCommentsKind = nullptr;
|
||||
QLineEdit *m_AlignTrailingCommentsOverEmptyLines = nullptr;
|
||||
QPushButton *m_setAlignTrailingCommentsOverEmptyLines = nullptr;
|
||||
QComboBox *m_AllowAllArgumentsOnNextLine = nullptr;
|
||||
QComboBox *m_AllowAllParametersOfDeclarationOnNextLine = nullptr;
|
||||
QComboBox *m_AllowShortEnumsOnASingleLine = nullptr;
|
||||
QComboBox *m_AllowShortBlocksOnASingleLine = nullptr;
|
||||
QComboBox *m_AllowShortCaseLabelsOnASingleLine = nullptr;
|
||||
QComboBox *m_AllowShortEnumsOnASingleLine = nullptr;
|
||||
QComboBox *m_AllowShortFunctionsOnASingleLine = nullptr;
|
||||
QComboBox *m_AllowShortIfStatementsOnASingleLine = nullptr;
|
||||
QComboBox *m_AllowShortLambdasOnASingleLine = nullptr;
|
||||
@@ -54,29 +71,32 @@ private:
|
||||
QPlainTextEdit *m_AttributeMacros = nullptr;
|
||||
QPushButton *m_setAttributeMacros = nullptr;
|
||||
QComboBox *m_BinPackArguments = nullptr;
|
||||
QComboBox *m_InsertTrailingCommas = nullptr;
|
||||
QComboBox *m_BinPackParameters = nullptr;
|
||||
QComboBox *m_BitFieldColonSpacing = nullptr;
|
||||
QComboBox *m_BraceWrappingAfterCaseLabel = nullptr;
|
||||
QComboBox *m_BraceWrappingAfterClass = nullptr;
|
||||
QComboBox *m_BraceWrappingAfterControlStatement = nullptr;
|
||||
QComboBox *m_BraceWrappingAfterEnum = nullptr;
|
||||
QComboBox *m_BraceWrappingAfterFunction = nullptr;
|
||||
QComboBox *m_BraceWrappingAfterNamespace = nullptr;
|
||||
QComboBox *m_BraceWrappingAfterObjCDeclaration = nullptr;
|
||||
QComboBox *m_BraceWrappingAfterStruct = nullptr;
|
||||
QComboBox *m_BraceWrappingAfterUnion = nullptr;
|
||||
QComboBox *m_BraceWrappingAfterExternBlock = nullptr;
|
||||
QComboBox *m_BraceWrappingBeforeCatch = nullptr;
|
||||
QComboBox *m_BraceWrappingBeforeElse = nullptr;
|
||||
QComboBox *m_BraceWrappingBeforeLambdaBody = nullptr;
|
||||
QComboBox *m_BraceWrappingBeforeWhile = nullptr;
|
||||
QComboBox *m_BraceWrappingIndentBraces = nullptr;
|
||||
QComboBox *m_BraceWrappingSplitEmptyFunction = nullptr;
|
||||
QComboBox *m_BraceWrappingSplitEmptyRecord = nullptr;
|
||||
QComboBox *m_BraceWrappingSplitEmptyNamespace = nullptr;
|
||||
QComboBox *m_BreakAfterAttributes = nullptr;
|
||||
QComboBox *m_BreakArrays = nullptr;
|
||||
QComboBox *m_BreakBeforeBinaryOperators = nullptr;
|
||||
QComboBox *m_BreakBeforeBraces = nullptr;
|
||||
QComboBox *m_AfterCaseLabel = nullptr;
|
||||
QComboBox *m_AfterClass = nullptr;
|
||||
QComboBox *m_AfterControlStatement = nullptr;
|
||||
QComboBox *m_AfterEnum = nullptr;
|
||||
QComboBox *m_AfterFunction = nullptr;
|
||||
QComboBox *m_AfterNamespace = nullptr;
|
||||
QComboBox *m_AfterObjCDeclaration = nullptr;
|
||||
QComboBox *m_AfterStruct = nullptr;
|
||||
QComboBox *m_AfterUnion = nullptr;
|
||||
QComboBox *m_AfterExternBlock = nullptr;
|
||||
QComboBox *m_BeforeCatch = nullptr;
|
||||
QComboBox *m_BeforeElse = nullptr;
|
||||
QComboBox *m_BeforeLambdaBody = nullptr;
|
||||
QComboBox *m_BeforeWhile = nullptr;
|
||||
QComboBox *m_IndentBraces = nullptr;
|
||||
QComboBox *m_SplitEmptyFunction = nullptr;
|
||||
QComboBox *m_SplitEmptyRecord = nullptr;
|
||||
QComboBox *m_SplitEmptyNamespace = nullptr;
|
||||
QComboBox *m_BreakBeforeConceptDeclarations = nullptr;
|
||||
QComboBox *m_BreakBeforeInlineASMColon = nullptr;
|
||||
QComboBox *m_BreakBeforeTernaryOperators = nullptr;
|
||||
QComboBox *m_BreakConstructorInitializers = nullptr;
|
||||
QComboBox *m_BreakAfterJavaFieldAnnotations = nullptr;
|
||||
@@ -85,53 +105,41 @@ private:
|
||||
QPushButton *m_setColumnLimit = nullptr;
|
||||
QLineEdit *m_CommentPragmas = nullptr;
|
||||
QPushButton *m_setCommentPragmas = nullptr;
|
||||
QComboBox *m_QualifierAlignment = nullptr;
|
||||
QPlainTextEdit *m_QualifierOrder = nullptr;
|
||||
QPushButton *m_setQualifierOrder = nullptr;
|
||||
QComboBox *m_BreakInheritanceList = nullptr;
|
||||
QComboBox *m_CompactNamespaces = nullptr;
|
||||
QLineEdit *m_ConstructorInitializerIndentWidth = nullptr;
|
||||
QPushButton *m_setConstructorInitializerIndentWidth = nullptr;
|
||||
QLineEdit *m_ContinuationIndentWidth = nullptr;
|
||||
QPushButton *m_setContinuationIndentWidth = nullptr;
|
||||
QComboBox *m_Cpp11BracedListStyle = nullptr;
|
||||
QComboBox *m_DeriveLineEnding = nullptr;
|
||||
QComboBox *m_DerivePointerAlignment = nullptr;
|
||||
QComboBox *m_DisableFormat = nullptr;
|
||||
QComboBox *m_EmptyLineAfterAccessModifier = nullptr;
|
||||
QComboBox *m_EmptyLineBeforeAccessModifier = nullptr;
|
||||
QComboBox *m_ExperimentalAutoDetectBinPacking = nullptr;
|
||||
QComboBox *m_PackConstructorInitializers = nullptr;
|
||||
QComboBox *m_FixNamespaceComments = nullptr;
|
||||
QPlainTextEdit *m_ForEachMacros = nullptr;
|
||||
QPushButton *m_setForEachMacros = nullptr;
|
||||
QPlainTextEdit *m_IfMacros = nullptr;
|
||||
QPushButton *m_setIfMacros = nullptr;
|
||||
QPlainTextEdit *m_TypenameMacros = nullptr;
|
||||
QPushButton *m_setTypenameMacros = nullptr;
|
||||
QPlainTextEdit *m_StatementMacros = nullptr;
|
||||
QPushButton *m_setStatementMacros = nullptr;
|
||||
QPlainTextEdit *m_NamespaceMacros = nullptr;
|
||||
QPushButton *m_setNamespaceMacros = nullptr;
|
||||
QPlainTextEdit *m_WhitespaceSensitiveMacros = nullptr;
|
||||
QPushButton *m_setWhitespaceSensitiveMacros = nullptr;
|
||||
QComboBox *m_IndentAccessModifiers = nullptr;
|
||||
QComboBox *m_IndentCaseLabels = nullptr;
|
||||
QComboBox *m_IndentCaseBlocks = nullptr;
|
||||
QComboBox *m_IndentCaseLabels = nullptr;
|
||||
QComboBox *m_IndentGotoLabels = nullptr;
|
||||
QComboBox *m_IndentPPDirectives = nullptr;
|
||||
QComboBox *m_IndentExternBlock = nullptr;
|
||||
QComboBox *m_IndentRequires = nullptr;
|
||||
QComboBox *m_IndentPPDirectives = nullptr;
|
||||
QComboBox *m_IndentRequiresClause = nullptr;
|
||||
QLineEdit *m_IndentWidth = nullptr;
|
||||
QPushButton *m_setIndentWidth = nullptr;
|
||||
QComboBox *m_IndentWrappedFunctionNames = nullptr;
|
||||
QComboBox *m_InsertBraces = nullptr;
|
||||
QComboBox *m_InsertNewlineAtEOF = nullptr;
|
||||
QComboBox *m_InsertTrailingCommas = nullptr;
|
||||
QPlainTextEdit *m_JavaImportGroups = nullptr;
|
||||
QPushButton *m_setJavaImportGroups = nullptr;
|
||||
QComboBox *m_JavaScriptQuotes = nullptr;
|
||||
QComboBox *m_JavaScriptWrapImports = nullptr;
|
||||
QComboBox *m_KeepEmptyLinesAtTheStartOfBlocks = nullptr;
|
||||
QComboBox *m_Language = nullptr;
|
||||
QComboBox *m_LambdaBodyIndentation = nullptr;
|
||||
QComboBox *m_Language = nullptr;
|
||||
QComboBox *m_LineEnding = nullptr;
|
||||
QLineEdit *m_MacroBlockBegin = nullptr;
|
||||
QPushButton *m_setMacroBlockBegin = nullptr;
|
||||
QLineEdit *m_MacroBlockEnd = nullptr;
|
||||
@@ -139,12 +147,15 @@ private:
|
||||
QLineEdit *m_MaxEmptyLinesToKeep = nullptr;
|
||||
QPushButton *m_setMaxEmptyLinesToKeep = nullptr;
|
||||
QComboBox *m_NamespaceIndentation = nullptr;
|
||||
QPlainTextEdit *m_NamespaceMacros = nullptr;
|
||||
QPushButton *m_setNamespaceMacros = nullptr;
|
||||
QComboBox *m_ObjCBinPackProtocolList = nullptr;
|
||||
QLineEdit *m_ObjCBlockIndentWidth = nullptr;
|
||||
QPushButton *m_setObjCBlockIndentWidth = nullptr;
|
||||
QComboBox *m_ObjCSpaceAfterProperty = nullptr;
|
||||
QComboBox *m_ObjCBreakBeforeNestedBlockParam = nullptr;
|
||||
QComboBox *m_ObjCSpaceAfterProperty = nullptr;
|
||||
QComboBox *m_ObjCSpaceBeforeProtocolList = nullptr;
|
||||
QComboBox *m_PackConstructorInitializers = nullptr;
|
||||
QLineEdit *m_PenaltyBreakAssignment = nullptr;
|
||||
QPushButton *m_setPenaltyBreakAssignment = nullptr;
|
||||
QLineEdit *m_PenaltyBreakBeforeFirstCallParameter = nullptr;
|
||||
@@ -161,16 +172,22 @@ private:
|
||||
QPushButton *m_setPenaltyBreakTemplateDeclaration = nullptr;
|
||||
QLineEdit *m_PenaltyExcessCharacter = nullptr;
|
||||
QPushButton *m_setPenaltyExcessCharacter = nullptr;
|
||||
QLineEdit *m_PenaltyReturnTypeOnItsOwnLine = nullptr;
|
||||
QPushButton *m_setPenaltyReturnTypeOnItsOwnLine = nullptr;
|
||||
QLineEdit *m_PenaltyIndentedWhitespace = nullptr;
|
||||
QPushButton *m_setPenaltyIndentedWhitespace = nullptr;
|
||||
QLineEdit *m_PenaltyReturnTypeOnItsOwnLine = nullptr;
|
||||
QPushButton *m_setPenaltyReturnTypeOnItsOwnLine = nullptr;
|
||||
QComboBox *m_PointerAlignment = nullptr;
|
||||
QLineEdit *m_PPIndentWidth = nullptr;
|
||||
QPushButton *m_setPPIndentWidth = nullptr;
|
||||
QComboBox *m_QualifierAlignment = nullptr;
|
||||
QPlainTextEdit *m_QualifierOrder = nullptr;
|
||||
QPushButton *m_setQualifierOrder = nullptr;
|
||||
QComboBox *m_ReferenceAlignment = nullptr;
|
||||
QComboBox *m_ReflowComments = nullptr;
|
||||
QComboBox *m_RemoveBracesLLVM = nullptr;
|
||||
QComboBox *m_RemoveSemicolon = nullptr;
|
||||
QComboBox *m_RequiresClausePosition = nullptr;
|
||||
QComboBox *m_RequiresExpressionIndentation = nullptr;
|
||||
QComboBox *m_SeparateDefinitionBlocks = nullptr;
|
||||
QLineEdit *m_ShortNamespaceLines = nullptr;
|
||||
QPushButton *m_setShortNamespaceLines = nullptr;
|
||||
@@ -187,13 +204,16 @@ private:
|
||||
QComboBox *m_SpaceBeforeCtorInitializerColon = nullptr;
|
||||
QComboBox *m_SpaceBeforeInheritanceColon = nullptr;
|
||||
QComboBox *m_SpaceBeforeParens = nullptr;
|
||||
QComboBox *m_AfterControlStatements = nullptr;
|
||||
QComboBox *m_AfterForeachMacros = nullptr;
|
||||
QComboBox *m_AfterFunctionDeclarationName = nullptr;
|
||||
QComboBox *m_AfterFunctionDefinitionName = nullptr;
|
||||
QComboBox *m_AfterIfMacros = nullptr;
|
||||
QComboBox *m_AfterOverloadedOperator = nullptr;
|
||||
QComboBox *m_BeforeNonEmptyParentheses = nullptr;
|
||||
QComboBox *m_SpaceBeforeParensOptionsAfterControlStatements = nullptr;
|
||||
QComboBox *m_SpaceBeforeParensOptionsAfterForeachMacros = nullptr;
|
||||
QComboBox *m_SpaceBeforeParensOptionsAfterFunctionDeclarationName = nullptr;
|
||||
QComboBox *m_SpaceBeforeParensOptionsAfterFunctionDefinitionName = nullptr;
|
||||
QComboBox *m_SpaceBeforeParensOptionsAfterIfMacros = nullptr;
|
||||
QComboBox *m_SpaceBeforeParensOptionsAfterOverloadedOperator = nullptr;
|
||||
QComboBox *m_SpaceBeforeParensOptionsAfterRequiresInClause = nullptr;
|
||||
QComboBox *m_SpaceBeforeParensOptionsAfterRequiresInExpression = nullptr;
|
||||
QComboBox *m_SpaceBeforeParensOptionsBeforeNonEmptyParentheses = nullptr;
|
||||
QComboBox *m_SpaceBeforeSquareBrackets = nullptr;
|
||||
QComboBox *m_SpaceBeforeRangeBasedForLoopColon = nullptr;
|
||||
QComboBox *m_SpaceInEmptyBlock = nullptr;
|
||||
QComboBox *m_SpaceInEmptyParentheses = nullptr;
|
||||
@@ -203,21 +223,24 @@ private:
|
||||
QComboBox *m_SpacesInConditionalStatement = nullptr;
|
||||
QComboBox *m_SpacesInContainerLiterals = nullptr;
|
||||
QComboBox *m_SpacesInCStyleCastParentheses = nullptr;
|
||||
QLineEdit *m_Minimum = nullptr;
|
||||
QPushButton *m_setMinimum = nullptr;
|
||||
QLineEdit *m_Maximum = nullptr;
|
||||
QPushButton *m_setMaximum = nullptr;
|
||||
QLineEdit *m_SpacesInLineCommentPrefixMinimum = nullptr;
|
||||
QPushButton *m_setSpacesInLineCommentPrefixMinimum = nullptr;
|
||||
QLineEdit *m_SpacesInLineCommentPrefixMaximum = nullptr;
|
||||
QPushButton *m_setSpacesInLineCommentPrefixMaximum = nullptr;
|
||||
QComboBox *m_SpacesInParentheses = nullptr;
|
||||
QComboBox *m_SpacesInSquareBrackets = nullptr;
|
||||
QComboBox *m_SpaceBeforeSquareBrackets = nullptr;
|
||||
QComboBox *m_BitFieldColonSpacing = nullptr;
|
||||
QComboBox *m_Standard = nullptr;
|
||||
QPlainTextEdit *m_StatementAttributeLikeMacros = nullptr;
|
||||
QPushButton *m_setStatementAttributeLikeMacros = nullptr;
|
||||
QPlainTextEdit *m_StatementMacros = nullptr;
|
||||
QPushButton *m_setStatementMacros = nullptr;
|
||||
QLineEdit *m_TabWidth = nullptr;
|
||||
QPushButton *m_setTabWidth = nullptr;
|
||||
QComboBox *m_UseCRLF = nullptr;
|
||||
QPlainTextEdit *m_TypenameMacros = nullptr;
|
||||
QPushButton *m_setTypenameMacros = nullptr;
|
||||
QComboBox *m_UseTab = nullptr;
|
||||
QPlainTextEdit *m_WhitespaceSensitiveMacros = nullptr;
|
||||
QPushButton *m_setWhitespaceSensitiveMacros = nullptr;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user