[PATCH] D142534: Fix emission of consteval constructor of derived type

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 25 07:52:06 PST 2023


shafik added a comment.

Makes sense to me but I am not familiar with this area so I will let someone else who has more knowledge approve.



================
Comment at: clang/test/CodeGenCXX/cxx20-consteval-crash.cpp:95
 
+namespace Issue60166 {
+
----------------
nitpick: I have been using `GH` as a prefix for Github issues.


================
Comment at: clang/test/CodeGenCXX/cxx20-consteval-crash.cpp:118
+
+} // namespace Issue60166
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142534



More information about the cfe-commits mailing list