LLVM 19.0.0git
Variables
RemarkStreamer.cpp File Reference
#include "llvm/Remarks/RemarkStreamer.h"
#include "llvm/Support/CommandLine.h"
#include <optional>

Go to the source code of this file.

Variables

static cl::opt< cl::boolOrDefaultEnableRemarksSection ("remarks-section", cl::desc("Emit a section containing remark diagnostics metadata. By default, " "this is enabled for the following formats: yaml-strtab, bitstream."), cl::init(cl::BOU_UNSET), cl::Hidden)
 

Variable Documentation

◆ EnableRemarksSection

cl::opt< cl::boolOrDefault > EnableRemarksSection("remarks-section", cl::desc( "Emit a section containing remark diagnostics metadata. By default, " "this is enabled for the following formats: yaml-strtab, bitstream."), cl::init(cl::BOU_UNSET), cl::Hidden) ( "remarks-section"  ,
cl::desc( "Emit a section containing remark diagnostics metadata. By default, " "this is enabled for the following formats: yaml-strtab, bitstream.")  ,
cl::init(cl::BOU_UNSET)  ,
cl::Hidden   
)
static