[all-commits] [llvm/llvm-project] 501faa: [clang][analyzer] Add more wide-character function...

Balázs Kéri via All-commits all-commits at lists.llvm.org
Fri Aug 5 01:33:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 501faaa0d65e9814566ef65e58d834c155553b8a
      https://github.com/llvm/llvm-project/commit/501faaa0d65e9814566ef65e58d834c155553b8a
  Author: Balázs Kéri <1.int32 at gmail.com>
  Date:   2022-08-05 (Fri, 05 Aug 2022)

  Changed paths:
    M clang/docs/analyzer/checkers.rst
    M clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
    M clang/test/Analysis/wstring.c

  Log Message:
  -----------
  [clang][analyzer] Add more wide-character functions to CStringChecker

Support for functions wmempcpy, wmemmove, wmemcmp is added to the checker.
The same tests are copied that exist for the non-wide versions, with
non-wide functions and character types changed to the wide version.

Reviewed By: martong

Differential Revision: https://reviews.llvm.org/D130470




More information about the All-commits mailing list