| 699 | OS << llvm::formatv("[{0}:{1}, byte={2}]: {3}", Line, Column, Offset, Msg); |
| 700 | } |
| 701 | std::error_code convertToErrorCode() const override { |
| 702 | return llvm::inconvertibleErrorCode(); |
| 703 | } |
| 704 | }; |
| 705 | |
| 706 | /// json::OStream allows writing well-formed JSON without materializing |
nothing calls this directly
no test coverage detected