File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ void TextDiagnosticPrinter::printLocForRemarks(
8181 llvm::sys::path::make_preferred (absPath);
8282
8383 // Used for changing only the bold attribute
84- if (diagOpts-> ShowColors )
84+ if (diagOpts. ShowColors )
8585 os.changeColor (llvm::raw_ostream::SAVEDCOLOR, true );
8686
8787 // Print path, file name, line and column
@@ -113,11 +113,11 @@ void TextDiagnosticPrinter::HandleDiagnostic(
113113 printLocForRemarks (diagMessageStream, diagMsg);
114114
115115 Fortran::frontend::TextDiagnostic::printDiagnosticLevel (os, level,
116- diagOpts-> ShowColors );
116+ diagOpts. ShowColors );
117117 Fortran::frontend::TextDiagnostic::printDiagnosticMessage (
118118 os,
119119 /* IsSupplemental=*/ level == clang::DiagnosticsEngine::Note, diagMsg,
120- diagOpts-> ShowColors );
120+ diagOpts. ShowColors );
121121
122122 os.flush ();
123123}
You can’t perform that action at this time.
0 commit comments