[all-commits] [llvm/llvm-project] 3c20e2: [NFC] Size and element numbers are often swapped w...
AtariDreams via All-commits
all-commits at lists.llvm.org
Tue Jan 23 11:14:07 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c20e25b0c51c67e35d028ba0d1d5f1dd5e206bb
https://github.com/llvm/llvm-project/commit/3c20e25b0c51c67e35d028ba0d1d5f1dd5e206bb
Author: AtariDreams <83477269+AtariDreams at users.noreply.github.com>
Date: 2024-01-23 (Tue, 23 Jan 2024)
Changed paths:
M clang/test/Analysis/malloc.mm
M clang/test/Analysis/uninit-vals.m
M clang/test/CodeGen/alloc-size.c
M compiler-rt/lib/profile/InstrProfilingFile.c
M compiler-rt/test/tsan/java_finalizer2.cpp
Log Message:
-----------
[NFC] Size and element numbers are often swapped when calling calloc (#79081)
gcc-14 will now throw a warning if size and elements are swapped.
More information about the All-commits
mailing list