[clang] [clang-repl] Re-emit implicitly instantiated templates on subsequent uses (PR #192588)
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 21 02:49:12 PDT 2026
================
@@ -0,0 +1,12 @@
+// REQUIRES: host-supports-jit
+// RUN: clang-repl -Xcc -fno-color-diagnostics < %s 2>&1 | FileCheck %s
+
+#include <cmath>
----------------
vgvassilev wrote:
I do not think we can include stl headers. Let's try to reproduce this in a standalone way.
https://github.com/llvm/llvm-project/pull/192588
More information about the cfe-commits
mailing list