It's not Explicit anymore.

llvm-svn: 94657
This commit is contained in:
Anders Carlsson 2010-01-27 03:27:53 +00:00
parent 40446e8a0a
commit 673d1401c5
1 changed files with 1 additions and 1 deletions

View File

@ -1084,7 +1084,7 @@ public:
/// };
/// @endcode
class CXXConstructorDecl : public CXXMethodDecl {
/// Explicit - Whether this constructor declaration has the
/// IsExplicitSpecified - Whether this constructor declaration has the
/// 'explicit' keyword specified.
bool IsExplicitSpecified : 1;