[all-commits] [llvm/llvm-project] 9df8d8: [clang][analyzer] Improve test and documentation i...

Balázs Kéri via All-commits all-commits at lists.llvm.org
Wed Oct 16 01:17:55 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9df8d8d05c2650b51bd4233e1759206d163f3133
      https://github.com/llvm/llvm-project/commit/9df8d8d05c2650b51bd4233e1759206d163f3133
  Author: Balázs Kéri <balazs.keri at ericsson.com>
  Date:   2024-10-16 (Wed, 16 Oct 2024)

  Changed paths:
    M clang/docs/analyzer/checkers.rst
    M clang/test/Analysis/string.c
    M clang/test/Analysis/string.cpp

  Log Message:
  -----------
  [clang][analyzer] Improve test and documentation in cstring NotNullTerminated checker (#112019)

CStringChecker has a sub-checker alpha.unix.cstring.NotNullTerminated
which checks for invalid objects passed to string functions. The checker
and its name are not exact and more functions could be checked, this
change only adds some tests and improves documentation.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list