aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorBaghirov Feyruz <113597150+feyruzb@users.noreply.github.com>2025-07-28 18:02:56 +0200
committerGitHub <noreply@github.com>2025-07-28 18:02:56 +0200
commitf0c90dfcd8f2b641c17db578bdfeb9b02994e06b (patch)
tree89dcf7dda6e8829d1dcbe11aa69d950432ebe8c7 /clang/lib/CodeGen/CodeGenModule.cpp
parent837b2d464ff16fe0d892dcf2827747c97dd5465e (diff)
downloadllvm-f0c90dfcd8f2b641c17db578bdfeb9b02994e06b.zip
llvm-f0c90dfcd8f2b641c17db578bdfeb9b02994e06b.tar.gz
llvm-f0c90dfcd8f2b641c17db578bdfeb9b02994e06b.tar.bz2
Rename 'free' in warning messages to 'release' (#150935)
Changed the warning message: - **From**: 'Attempt to free released memory' **To**: 'Attempt to release already released memory' - **From**: 'Attempt to free non-owned memory' **To**: 'Attempt to release non-owned memory' - **From**: 'Use of memory after it is freed' **To**: 'Use of memory after it is released' All connected tests and their expectations have been changed accordingly. Inspired by [this PR](https://github.com/llvm/llvm-project/pull/147542#discussion_r2195197922)
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions