[all-commits] [llvm/llvm-project] 48587f: [clang] Add new warning: not eliding copy on retur...
Grigory Pastukhov via All-commits
all-commits at lists.llvm.org
Fri May 16 11:48:14 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48587f30d63689816f3d5a1d199dba42ff332247
https://github.com/llvm/llvm-project/commit/48587f30d63689816f3d5a1d199dba42ff332247
Author: Grigory Pastukhov <99913765+grigorypas at users.noreply.github.com>
Date: 2025-05-16 (Fri, 16 May 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaDecl.cpp
A clang/test/SemaCXX/warn-nrvo.cpp
Log Message:
-----------
[clang] Add new warning: not eliding copy on return (missed NRVO) (#139973)
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