================
@@ -342,31 +342,33 @@ void SizeofExpressionCheck::check(const 
MatchFinder::MatchResult &Result) {
 
     if (DenominatorSize > CharUnits::Zero() &&
         !NumeratorSize.isMultipleOf(DenominatorSize)) {
-      diag(E->getOperatorLoc(), "suspicious usage of 
'sizeof(...)/sizeof(...)';"
+      diag(E->getOperatorLoc(), "suspicious usage of 
'sizeof(...)/sizeof(...)':"
----------------
NagyDonat wrote:

I kept "usage of" and the apostrophes to be consistent with the rest of the 
messages emitted by this checker. If you think that this is important, it would 
be possible to extend the scope of this commit to apply these changes in all 
the other messages.

https://github.com/llvm/llvm-project/pull/95550
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to