The PartialDiagnostic constructor doesn't need to be explicit.

llvm-svn: 80164
This commit is contained in:
Anders Carlsson 2009-08-26 22:31:44 +00:00
parent 3722f5896c
commit 4fa923c5bc
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class PartialDiagnostic {
void operator=(const PartialDiagnostic &); // DO NOT IMPLEMENT
public:
explicit PartialDiagnostic(unsigned DiagID)
PartialDiagnostic(unsigned DiagID)
: DiagID(DiagID), DiagStorage(0) { }
PartialDiagnostic(const PartialDiagnostic &Other)