Skip to content

Spring clang-tidying #1486

@reneSchm

Description

@reneSchm

Motivation / Current Behaviour

Since the codebase is somewhat old, there are several recommendations by clang-tidy to correct, clean-up, or modernize our code.

Enhancement description

Use recommendations as suggested by clang-tidy. These include mostly concepts and a more active use of std::move/forward.
Fix some naming, e.g. for include guards.
Remove unused code, if alternatives exist (e.g. from stdlib).

Additional context

No response

Checklist

  • Attached labels, especially loc:: or model:: labels.
  • Linked to project

Metadata

Metadata

Assignees

Labels

class::improvementCleanup that doesn't affect functionalityloc::backendThis issue concerns the C++ backend implementation.

Type

No type

Projects

Status

Product Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions