Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 172
    • Merge requests 172
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !43957

Tracking : clang-tidy related fixes. Methods that do not uses 'this'

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christos Anastopoulos requested to merge ATLAS-EGamma/athena:clang_tidy_member_no_this into master May 29, 2021
  • Overview 11
  • Commits 1
  • Pipelines 1
  • Changes 55

Tracking : clang-tidy related fixes. The main ones here relate to methods that do not uses this. These can be made static or be moved to the implementation file (.cxx) inside an anonymous namespace . Callers do not need to create an instance of the object to use them

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: clang_tidy_member_no_this