[PATCH] D150108: [clang] Evaluate non-type default template argument when it is required

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 8 04:31:33 PDT 2023


tbaeder added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:375
+- A default argument for a non-type template parameter is evaluated and checked
+  at the point where is is required. This fixes:
+  (`#62224 <https://github.com/llvm/llvm-project/issues/62224>`_) and
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150108



More information about the cfe-commits mailing list