From: Anders Carlsson Date: Wed, 27 Jan 2010 03:27:53 +0000 (+0000) Subject: It's not Explicit anymore. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a18917b5260d67426f55792118262aa6ad42c06;p=clang It's not Explicit anymore. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94657 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/DeclCXX.h b/include/clang/AST/DeclCXX.h index 6692394b2d..63862b6f9c 100644 --- a/include/clang/AST/DeclCXX.h +++ b/include/clang/AST/DeclCXX.h @@ -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;