diff --git a/clang/lib/CodeGen/CodeGenAction.cpp b/clang/lib/CodeGen/CodeGenAction.cpp index 8175574ff6a52..990ceeb088f60 100644 --- a/clang/lib/CodeGen/CodeGenAction.cpp +++ b/clang/lib/CodeGen/CodeGenAction.cpp @@ -1028,9 +1028,8 @@ CodeGenAction::loadModule(MemoryBufferRef MBRef) { } namespace { -// Handles the initialization and cleanup of the OptRecordFile. This -// customization allows initialization before the clang codegen runs -// so it can also emit to the opt report. +// Handles the initialization and cleanup of the OptRecordFile before the clang +// codegen runs so it can also emit to the opt report. struct OptRecordFileRAII { std::unique_ptr OptRecordFile; std::unique_ptr OldDiagnosticHandler;