[clang] [Clang][Sema] Print more static_assert exprs (PR #74852)

via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 7 05:26:04 PDT 2024


================
@@ -17172,6 +17179,113 @@ static void WriteCharValueForDiagnostic(uint32_t Value, const BuiltinType *BTy,
   }
 }
 
+/// A raw_ostream that clips its output beyond a certain size, inserting a
----------------
cor3ntin wrote:

I this we should move that to llvm/Support - either in raw_ostream.h or a new file

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


More information about the cfe-commits mailing list