We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf06f2 commit 76adb2fCopy full SHA for 76adb2f
iceoryx_platform/generic/source/string.cpp renamed to iceoryx_platform/generic/source/string_.cpp
@@ -14,6 +14,10 @@
14
//
15
// SPDX-License-Identifier: Apache-2.0
16
17
+// NOTE: This file is called 'string_.cpp' due to issues with clang-tidy. When the file is called 'string.cpp'
18
+// clang-tidy assumes to be the translation unit for 'iox/string.hpp' tries to check that header with the wrong
19
+// translation unit which leads to an error not finding the includes in 'iox/string.hpp'
20
+
21
#include "iceoryx_platform/string.hpp"
22
23
#ifndef IOX_PLATFORM_OVERRIDE_STRING_ALL
0 commit comments