================
@@ -16,10 +16,12 @@
 #define LLVM_CLANG_FRONTEND_TEXTDIAGNOSTIC_H
 
 #include "clang/Frontend/DiagnosticRenderer.h"
-#include "llvm/Support/raw_ostream.h"
+#include "llvm/Support/FormattedStream.h"
 
 namespace clang {
 
+using formatted_raw_ostream = llvm::formatted_raw_ostream;
----------------
Sirraide wrote:

```suggestion
using llvm::formatted_raw_ostream;
```

https://github.com/llvm/llvm-project/pull/164935
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to