Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E elsa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 52
    • Issues 52
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 19
    • Merge requests 19
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • IP
  • elsa
  • Merge requests
  • !73

Closed
Created Mar 27, 2020 by David Frank@david.frankMaintainer
  • Report abuse
Report abuse

Add clang-format target to CMake, integrate clang-tidy in CMake

  • Overview 13
  • Commits 6
  • Pipelines 6
  • Changes 4

format-cxx is formats the codebase according to the .clang-tidy file

clang-tidy is now used in CMake, with the compile options ELSA_CLANG_TIDY, it can be turned on. Then building elsa will show the clang-tidy checks as well. CI pipeline uses this target with a new build-tests target, which only builds the tests and does not run it. The job exports a clang-tidy-fix.txt file, which shows possible fixes for the stuff clang-tidy found

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: cmake/integrate-clang-tools