[all-commits] [llvm/llvm-project] 94ca2b: [clang][analyzer] Added partial wide character sup...

Balázs Kéri via All-commits all-commits at lists.llvm.org
Mon Jul 25 00:24:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 94ca2beccc595c89c37eb3e5215ac97c3d930c8f
      https://github.com/llvm/llvm-project/commit/94ca2beccc595c89c37eb3e5215ac97c3d930c8f
  Author: Balázs Kéri <1.int32 at gmail.com>
  Date:   2022-07-25 (Mon, 25 Jul 2022)

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

  Log Message:
  -----------
  [clang][analyzer] Added partial wide character support to CStringChecker

Support for functions wmemcpy, wcslen, wcsnlen is added to the checker.
Documentation and tests are updated and extended with the new functions.

Reviewed By: martong

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




More information about the All-commits mailing list