[all-commits] [llvm/llvm-project] dd6a58: [Sema] Avoid emitting warnings for constant destru...
pkasting via All-commits
all-commits at lists.llvm.org
Sat May 6 08:33:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd6a58babc853d180b9a7e5bd709ae12477da004
https://github.com/llvm/llvm-project/commit/dd6a58babc853d180b9a7e5bd709ae12477da004
Author: Peter Kasting <pkasting at chromium.org>
Date: 2023-05-06 (Sat, 06 May 2023)
Changed paths:
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/test/SemaCXX/warn-exit-time-destructors.cpp
M clang/test/SemaCXX/warn-global-constructors.cpp
Log Message:
-----------
[Sema] Avoid emitting warnings for constant destruction.
Fixes https://github.com/llvm/llvm-project/issues/62436.
Reviewed By: rsmith
Differential Revision: https://reviews.llvm.org/D149713
More information about the All-commits
mailing list