Mark following arguments of R as record‐only and return R.

Synopsis

Declared in <llvm/IR/DiagnosticInfo.h>

template<class RemarkT>
decltype(auto)
operator<<(RemarkT&& R)
requires std::is_base_of_v<DiagnosticInfoOptimizationBase,
                                              std::remove_reference_t<RemarkT>>;

Return Value

The forwarded remark R with following args marked record‐only.

Parameters

Name

Description

R

Remark to update

Created with MrDocs