Skip to content

Commit 2db38a1

Browse files
jj-marrvbvictor
andauthored
Apply suggestions from code review
Co-authored-by: Baranov Victor <[email protected]>
1 parent 9a01bc0 commit 2db38a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-tidy/portability/AvoidPlatformSpecificFundamentalTypesCheck.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ void AvoidPlatformSpecificFundamentalTypesCheck::check(
166166
}
167167
} else {
168168
diag(Loc, "avoid using platform-dependent floating point type '%0'; "
169-
"consider using a 'typedef' or fixed-width type instead")
169+
"consider using a type alias or fixed-width type instead")
170170
<< TypeName;
171171
}
172172
} else if (QT->isCharType() || QT->isWideCharType()) {

0 commit comments

Comments
 (0)