use default ctor

llvm-svn: 39140
This commit is contained in:
Chris Lattner 2006-11-06 06:33:29 +00:00
parent 168f349036
commit 034a18c3d2
1 changed files with 1 additions and 1 deletions

View File

@ -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