We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CodeContextRenderer
1 parent ffefa77 commit c2d2142Copy full SHA for c2d2142
toolchain/check/cpp/import.cpp
@@ -297,7 +297,7 @@ class CarbonClangDiagnosticConsumer : public clang::DiagnosticConsumer {
297
// A diagnostics renderer based on clang's TextDiagnostic that captures just
298
// the code context (the snippet).
299
class CodeContextRenderer : public clang::TextDiagnostic {
300
- public:
+ protected:
301
using TextDiagnostic::TextDiagnostic;
302
303
void emitDiagnosticMessage(
0 commit comments