[clang] [clang] Use a formatted_raw_ostream in TextDiagnostic (PR #164935)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 24 00:42:04 PDT 2025
================
@@ -16,6 +16,7 @@
#include "clang/Frontend/TextDiagnostic.h"
#include "clang/Lex/Lexer.h"
#include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/FormattedStream.h"
----------------
Sirraide wrote:
This doesn’t appear to be used considering that this is the only diff in this file?
https://github.com/llvm/llvm-project/pull/164935
More information about the cfe-commits
mailing list