Skip to content

Commit fefa6ad

Browse files
authored
Merge pull request #2259 from eclipse-iceoryx/iox-2011-fix-nightly-clang-tidy-check-take2
iox-#2011 Fix clang-tidy on nightly builds
2 parents ad027aa + cd0685e commit fefa6ad

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)