================
@@ -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);
----------------
Fznamznon wrote:
Why not put it right after ProcessDiag on line 1029?
https://github.com/llvm/llvm-project/pull/143517
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits