[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 10:47:07 PDT 2024


================
@@ -42,6 +42,9 @@
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/TargetParser/Host.h"
+
+#include <stdarg.h>
----------------
vgvassilev wrote:

Fixed.

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


More information about the cfe-commits mailing list