[PATCH] D132031: Do not evaluate dependent immediate invocations

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 18 00:46:06 PDT 2022


ilya-biryukov added a comment.

A few NITS for the release notes, otherwise LG



================
Comment at: clang/docs/ReleaseNotes.rst:162
   (C++14 [dcl.constexpr]p6 (CWG DR647/CWG DR1358))
+- Correctly defer dependent immediate invocations until template instantiation.
+  This fixes `Issue 55601 <https://github.com/llvm/llvm-project/issues/55601>`_.
----------------
NIT: a small nit


================
Comment at: clang/docs/ReleaseNotes.rst:163
+- Correctly defer dependent immediate invocations until template instantiation.
+  This fixes `Issue 55601 <https://github.com/llvm/llvm-project/issues/55601>`_.
 
----------------
NIT: to align with release notes above


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132031



More information about the cfe-commits mailing list