[all-commits] [llvm/llvm-project] 9857ca: [Clang] Correctly handle allocation in template ar...
cor3ntin via All-commits
all-commits at lists.llvm.org
Mon May 8 07:28:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9857caf9d14f70767035d821313045b56dbe3b10
https://github.com/llvm/llvm-project/commit/9857caf9d14f70767035d821313045b56dbe3b10
Author: Corentin Jabot <corentinjabot at gmail.com>
Date: 2023-05-08 (Mon, 08 May 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/AST/ExprConstant.cpp
M clang/test/SemaCXX/cxx2a-constexpr-dynalloc.cpp
Log Message:
-----------
[Clang] Correctly handle allocation in template arguments
Fixes #62462
Reviewed By: #clang-language-wg, erichkeane
Differential Revision: https://reviews.llvm.org/D150036
More information about the All-commits
mailing list