Skip to content
GitLab
Explore
Sign in
xAODCaloEvent : clang-tidy checks
Code
Review changes
Check out branch
Download
Patches
Plain diff
Christos Anastopoulos
requested to merge
ATLAS-EGamma/athena:xAODCaloEvent_clang_tidy
into
master
Feb 05, 2020
Overview
11
Commits
4
Pipelines
3
Changes
5
Expand
Using
nullptr
Using
empty
remove some un-need else i.e
else {return foo;}
-->
return foo
where applicable
Merge request reports