13#ifndef LLVM_CLANG_CODEGEN_TRAP_REASON_BUILDER_H
14#define LLVM_CLANG_CODEGEN_TRAP_REASON_BUILDER_H
41 return Message.size() == 0 && Category.size() == 0;
103 StringRef getCategory();
Defines the Diagnostic-related interfaces.
Helper class for stores the "trap reason" built by.
TrapReasonBuilder(const TrapReasonBuilder &&)=delete
TrapReasonBuilder & operator=(const TrapReasonBuilder &)=delete
TrapReasonBuilder & operator=(const TrapReasonBuilder &&)=delete
TrapReasonBuilder(const TrapReasonBuilder &)=delete
StringRef getCategory() const
StringRef getMessage() const
A little helper class used to produce diagnostics.
Concrete class used by the front-end to report problems and issues.
The JSON file list parser is used to communicate input to InstallAPI.