[clang] [clang-repl] fix segfault in CleanUpPTU() (PR #75629)
Pavel Kalugin via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 16 03:01:59 PST 2023
================
@@ -0,0 +1,10 @@
+// RUN: clang-repl "int x = 10;" "{ int t; a::b(t); }" "int y = 10;"
----------------
p4vook wrote:
Yep, we can, I'll try to do it this evening. I couldn't figure out why this test failed though, I probably need to fix it somehow.
https://github.com/llvm/llvm-project/pull/75629
More information about the cfe-commits
mailing list