[PATCH] D126694: [C++20][Modules] Implementation of GMF decl elision.
Iain Sandoe via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 5 00:02:35 PDT 2022
iains added a comment.
In D126694#3629094 <https://reviews.llvm.org/D126694#3629094>, @ChuanqiXu wrote:
> BTW, after I applied the patch, the compiler crashes at https://github.com/ChuanqiXu9/stdmodules.
That link points to a project - is there (say) a gist of the crash information?
> I would try to add more tests about C++20 Modules.
of course, more tests can be useful, but it would be better to try to be specific - it does not crash for any of the tests in the clang test suite.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126694/new/
https://reviews.llvm.org/D126694
More information about the cfe-commits
mailing list