================ @@ -15328,6 +15338,15 @@ void Sema::PragmaStack<Sema::AlignPackInfo>::Act(SourceLocation PragmaLocation, PragmaMsStackAction Action, llvm::StringRef StackSlotLabel, AlignPackInfo Value); + +inline +const StreamingDiagnostic &operator<<(const StreamingDiagnostic &DB, + Sema::StringEvaluationContext Ctx) { + DB << llvm::to_underlying(Ctx); ---------------- cor3ntin wrote:
As discussed offline, this is just to pass a number for `%select{}` https://github.com/llvm/llvm-project/pull/131003 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits