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.
1 parent 1811037 commit 2183361Copy full SHA for 2183361
clang/lib/CodeGen/CodeGenAction.cpp
@@ -1028,9 +1028,8 @@ CodeGenAction::loadModule(MemoryBufferRef MBRef) {
1028
}
1029
1030
namespace {
1031
-// Handles the initialization and cleanup of the OptRecordFile. This
1032
-// customization allows initialization before the clang codegen runs
1033
-// 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.
1034
struct OptRecordFileRAII {
1035
std::unique_ptr<llvm::ToolOutputFile> OptRecordFile;
1036
std::unique_ptr<DiagnosticHandler> OldDiagnosticHandler;
0 commit comments