]> granicus.if.org Git - clang/commitdiff
It's not Explicit anymore.
authorAnders Carlsson <andersca@mac.com>
Wed, 27 Jan 2010 03:27:53 +0000 (03:27 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 27 Jan 2010 03:27:53 +0000 (03:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94657 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclCXX.h

index 6692394b2d12aca65d41225e373bd3a30c781a8b..63862b6f9c986135d00c0f0d9318ec763e24c059 100644 (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;