Searched hist:"06 df65486f1c86276cc5da6812673bbb7642e1b5" (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-time-manager/ |
H A D | .clang-tidy | diff 06df65486f1c86276cc5da6812673bbb7642e1b5 Fri Apr 28 01:18:31 CDT 2023 Pavithra Barithaya <pavithra.b@ibm.com> Enable cppcoreguidelines-special-member-functions checks
Part of enforcing cpp core guidelines involves explicitly including all constructors required on a non-trivial class. We were missing quite a few. In all cases, the copy/move/and operator= methods are simply deleted.
Change-Id: Ib71266e77808d15ae896891eea3e31c5b0394eb1 Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
|
H A D | property_change_listener.hpp | diff 06df65486f1c86276cc5da6812673bbb7642e1b5 Fri Apr 28 01:18:31 CDT 2023 Pavithra Barithaya <pavithra.b@ibm.com> Enable cppcoreguidelines-special-member-functions checks
Part of enforcing cpp core guidelines involves explicitly including all constructors required on a non-trivial class. We were missing quite a few. In all cases, the copy/move/and operator= methods are simply deleted.
Change-Id: Ib71266e77808d15ae896891eea3e31c5b0394eb1 Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
|
H A D | bmc_epoch.hpp | diff 06df65486f1c86276cc5da6812673bbb7642e1b5 Fri Apr 28 01:18:31 CDT 2023 Pavithra Barithaya <pavithra.b@ibm.com> Enable cppcoreguidelines-special-member-functions checks
Part of enforcing cpp core guidelines involves explicitly including all constructors required on a non-trivial class. We were missing quite a few. In all cases, the copy/move/and operator= methods are simply deleted.
Change-Id: Ib71266e77808d15ae896891eea3e31c5b0394eb1 Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
|
/openbmc/phosphor-time-manager/test/ |
H A D | TestBmcEpoch.cpp | diff 06df65486f1c86276cc5da6812673bbb7642e1b5 Fri Apr 28 01:18:31 CDT 2023 Pavithra Barithaya <pavithra.b@ibm.com> Enable cppcoreguidelines-special-member-functions checks
Part of enforcing cpp core guidelines involves explicitly including all constructors required on a non-trivial class. We were missing quite a few. In all cases, the copy/move/and operator= methods are simply deleted.
Change-Id: Ib71266e77808d15ae896891eea3e31c5b0394eb1 Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
|