From 673d1401c5411af12b7c79c05666f881d3297c9c Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Wed, 27 Jan 2010 03:27:53 +0000 Subject: [PATCH] It's not Explicit anymore. llvm-svn: 94657 --- clang/include/clang/AST/DeclCXX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/AST/DeclCXX.h b/clang/include/clang/AST/DeclCXX.h index 6692394b2d12..63862b6f9c98 100644 --- a/clang/include/clang/AST/DeclCXX.h +++ b/clang/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;