MLIR
20.0.0git
|
Represents the result of viewing the output of a PDLL file. More...
#include "Tools/mlir-pdll-lsp-server/Protocol.h"
Public Attributes | |
std::string | output |
The string representation of the output. More... | |
Represents the result of viewing the output of a PDLL file.
Definition at line 58 of file Protocol.h.
std::string mlir::lsp::PDLLViewOutputResult::output |
The string representation of the output.
Definition at line 60 of file Protocol.h.
Referenced by mlir::lsp::toJSON().