[PATCH] D142401: [Clang] Fix a crash when recursively callig a default member initializer.

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 29 06:07:46 PDT 2023


cor3ntin updated this revision to Diff 518161.
cor3ntin added a comment.

I don't think this is actually testable, ultimately we may run out of stack
any way, the warning (when emitted) even say so.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142401

Files:
  clang/docs/ReleaseNotes.rst
  clang/lib/Sema/SemaExpr.cpp
  clang/test/SemaCXX/cxx11-default-member-initializers-recurse.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142401.518161.patch
Type: text/x-patch
Size: 4554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230429/006fa4bf/attachment.bin>


More information about the cfe-commits mailing list