[all-commits] [llvm/llvm-project] 4eb66f: [clang][bytecode] Allow memory leaks before C++20 ...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Apr 25 22:14:05 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4eb66f7462d0ea89f9354df1fcb63cdb614adc28
https://github.com/llvm/llvm-project/commit/4eb66f7462d0ea89f9354df1fcb63cdb614adc28
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-04-26 (Sat, 26 Apr 2025)
Changed paths:
M clang/lib/AST/ByteCode/InterpState.cpp
M clang/test/AST/ByteCode/cxx11-pedantic.cpp
Log Message:
-----------
[clang][bytecode] Allow memory leaks before C++20 (#137445)
The expression allocating the memory wasn't valid in the first place.
This matches the diagnostic behavior of the current interpreter.
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