[all-commits] [llvm/llvm-project] 6780d5: [clang-tidy] Warn about arrays in bugprone-undefin...

Piotr Zegar via All-commits all-commits at lists.llvm.org
Wed Sep 20 12:07:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6780d53f41fbd76dbf3c4a89467856ea2c7ca1dc
      https://github.com/llvm/llvm-project/commit/6780d53f41fbd76dbf3c4a89467856ea2c7ca1dc
  Author: Fabian Wolff <16052130+FabianWolff at users.noreply.github.com>
  Date:   2023-09-20 (Wed, 20 Sep 2023)

  Changed paths:
    M clang-tools-extra/clang-tidy/bugprone/UndefinedMemoryManipulationCheck.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone/undefined-memory-manipulation.cpp

  Log Message:
  -----------
  [clang-tidy] Warn about arrays in bugprone-undefined-memory-manipulation

Adds basic support for arrays to non-trivial types.

Fixes #55579

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


  Commit: 33aa095a8b7741b3f24504c44634dba70c55d6ed
      https://github.com/llvm/llvm-project/commit/33aa095a8b7741b3f24504c44634dba70c55d6ed
  Author: Piotr Zegar <me at piotrzegar.pl>
  Date:   2023-09-20 (Wed, 20 Sep 2023)

  Changed paths:
    M clang-tools-extra/docs/ReleaseNotes.rst

  Log Message:
  -----------
  [clang-tidy][NFC] Add release notes entry for D127036

Add release notes entry describing change in
bugprone-undefined-memory-manipulation check.


Compare: https://github.com/llvm/llvm-project/compare/08b10afc1e20...33aa095a8b77


More information about the All-commits mailing list