Skip to content

Commit cd0685e

Browse files
committed
iox-#2011 Fix clang-tidy on nightly builds
1 parent ad027aa commit cd0685e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

iceoryx_platform/generic/source/string_.cpp renamed to iceoryx_platform/generic/source/_string.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
//
1515
// SPDX-License-Identifier: Apache-2.0
1616

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'
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 it to be the translation unit for 'iox/string.hpp' and tries to check that header with the wrong
19+
// translation unit which leads to an error not finding the includes from 'iox/string.hpp' and 'iox/detail/string.inl'
2020

2121
#include "iceoryx_platform/string.hpp"
2222

0 commit comments

Comments
 (0)