[PATCH] D143194: [clang][analyzer] Make messages of StdCLibraryFunctionsChecker user-friendly

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 10 07:53:16 PST 2023


balazske added a comment.

I changed the text descriptions to relational operators at some places, this is similar to how other clang analyzer messages look (for example notes at `if` statements), it is shorter, and probably more faster to understand ("<= 0" instead of "non-positive").


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143194/new/

https://reviews.llvm.org/D143194



More information about the cfe-commits mailing list