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

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 23 14:21:43 PST 2023


shafik added a comment.

I could not find any tests that test for this warning.



================
Comment at: clang/lib/Sema/SemaExpr.cpp:5914
+  runWithSufficientStackSpace(CallLoc, [&] {
+    MarkDeclarationsReferencedInExpr(Init, /*SkipLocalVariables*/ true);
+  });
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142401



More information about the cfe-commits mailing list