[PATCH] D136977: [clang] Fix handling of unexpanded packs in template argument expressions.

Matheus Izvekov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 28 13:28:45 PDT 2022


mizvekov created this revision.
Herald added a project: All.
mizvekov requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Closes #58679.

Signed-off-by: Matheus Izvekov <mizvekov at gmail.com>

Depends on D136962 <https://reviews.llvm.org/D136962>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136977

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Sema/Sema.h
  clang/lib/Sema/SemaExprCXX.cpp
  clang/lib/Sema/SemaOverload.cpp
  clang/lib/Sema/SemaTemplate.cpp
  clang/test/CXX/temp/temp.decls/temp.variadic/p5.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136977.471639.patch
Type: text/x-patch
Size: 4462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221028/2abce269/attachment.bin>


More information about the cfe-commits mailing list