[PATCH] D130470: [clang][analyzer] Add more wide-character functions to CStringChecker

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 27 07:33:14 PDT 2022


steakhal added inline comments.


================
Comment at: clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp:1334
+                                 bool IsWide) const {
   // void *memmove(void *dst, const void *src, size_t n);
   // The return value is the address of the destination buffer.
----------------
Do you think we should also update these comments?
It no longer matches to only this function.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130470



More information about the cfe-commits mailing list