================
@@ -1024,6 +1024,9 @@ class DiagnosticsEngine : public RefCountedBase<DiagnosticsEngine> {
/// @}
};
+/// Declare the friend function for testing to avoid GCC warning.
----------------
jsji wrote:
Sure.
https://github.com/llvm/llvm-project/pull/112820