================
@@ -1046,6 +1046,9 @@ class DiagnosticsEngine : public
RefCountedBase<DiagnosticsEngine> {
bool EmitDiagnostic(const DiagnosticBuilder &DB, bool Force = false);
/// @}
+
+private:
+ void Report(Level DiagLevel, const Diagnostic &Info);
----------------
Sirraide wrote:
I thought `ProcessDiag` was public but apparently it isn’t; I’ll move it
https://github.com/llvm/llvm-project/pull/143517
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits