forked from OSchip/llvm-project
parent
168f349036
commit
034a18c3d2
|
@ -119,7 +119,7 @@ public:
|
|||
/// Report - Issue the message to the client. DiagID is a member of the
|
||||
/// diag::kind enum.
|
||||
void Report(SourceLocation Pos, unsigned DiagID,
|
||||
const std::string &Extra = "");
|
||||
const std::string &Extra = std::string());
|
||||
};
|
||||
|
||||
/// DiagnosticClient - This is an abstract interface implemented by clients of
|
||||
|
|
Loading…
Reference in New Issue