Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W waLBerla
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 41
    • Issues 41
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • waLBerla
  • waLBerla
  • Merge requests
  • !343

Using instead of typedef

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Stephan Seitz requested to merge seitz/walberla:using-instead-of-typedef into master Oct 09, 2020
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 277

Based on !339 (merged)

# with compile_commands.json in cwd
python3 /usr/lib/llvm-12/share/clang/run-clang-tidy.py -header-filter='.*' -checks='-*,modernize-use-using' -fix

Not all typedefs were replaced run-clang-tidy didn't change files whose change resulted in build errors.

I needed to silence warnings in mpi.h for clang to see whether the changes caused any new warnings.

Edited Oct 09, 2020 by Stephan Seitz
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: using-instead-of-typedef