[PATCH] D150036: [Clang] Correctly handle allocation in template arguments

Mariya Podchishchaeva via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 8 01:34:24 PDT 2023


Fznamznon added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:385
+- Fix handling of constexpr dynamic memory allocations in template
+  arguments. (`#62462 <https://github.com/llvm/llvm-project/issues/62462>`)
 
----------------
Not an expert in this, but I assume `_` after link is needed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150036/new/

https://reviews.llvm.org/D150036



More information about the cfe-commits mailing list