[clang] [clang-repl] Lay the foundation of pretty printing for C. (PR #89811)

Vassil Vassilev via cfe-commits cfe-commits at lists.llvm.org
Tue May 21 11:22:54 PDT 2024


================
@@ -269,7 +267,10 @@ const char *const Runtimes = R"(
     void __clang_Interpreter_SetValueCopyArr(const T (*Src)[N], void* Placement, unsigned long Size) {
       __clang_Interpreter_SetValueCopyArr(Src[0], Placement, Size);
     }
+    extern "C"
----------------
vgvassilev wrote:

Done.

https://github.com/llvm/llvm-project/pull/89811


More information about the cfe-commits mailing list