clang-tidy: add a subset of cppcoreguidelines and other style checks
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 17 Jan 2023 03:00:38 +0000 (22:00 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 17 Jan 2023 04:17:56 +0000 (23:17 -0500)
commit9d89db29f3bf6c826293350f8f1a8559ec906b24
treed3cb2370f5a533a4bff345c7886ecb173d073bc1
parent1a12551012430c38186da14611dd4921e7319d20
clang-tidy: add a subset of cppcoreguidelines and other style checks

Enforce some of the coding style rules using clang-tidy. The changes to
the code concern cppcoreguidelines-special-member-functions.

Change-Id: I47ec220505a625814b18b42ae9a070b8bf413337
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
15 files changed:
.clang-tidy
src/bin/lttng-sessiond/clock-class.hpp
src/bin/lttng-sessiond/event-class.hpp
src/bin/lttng-sessiond/field.hpp
src/bin/lttng-sessiond/stream-class.hpp
src/bin/lttng-sessiond/trace-class.hpp
src/bin/lttng-sessiond/ust-field-convert.cpp
src/bin/lttng-sessiond/ust-registry-channel.hpp
src/bin/lttng-sessiond/ust-registry-event.hpp
src/bin/lttng-sessiond/ust-registry-session.hpp
src/bin/lttng-sessiond/ust-registry.hpp
src/common/file-descriptor.hpp
src/common/pthread-lock.hpp
src/common/scope-exit.hpp
src/common/urcu.hpp
This page took 0.025143 seconds and 4 git commands to generate.