[clang] [C++20][Modules][Serialization] Delay marking pending incomplete decl chains until the end of `finishPendingActions`. (PR #121245)
Dmitry Polukhin via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 29 01:25:39 PST 2025
================
@@ -0,0 +1,90 @@
+// RUN: rm -rf %t
----------------
dmpolukhin wrote:
Please add a comment that the test results in `llvm_unreachable` in debug builds so debug build should be used to investigate problems with the test.
https://github.com/llvm/llvm-project/pull/121245
More information about the cfe-commits
mailing list