[cfe-commits] r94657 - /cfe/trunk/include/clang/AST/DeclCXX.h
Anders Carlsson
andersca at mac.com
Tue Jan 26 19:27:53 PST 2010
Author: andersca
Date: Tue Jan 26 21:27:53 2010
New Revision: 94657
URL: http://llvm.org/viewvc/llvm-project?rev=94657&view=rev
Log:
It's not Explicit anymore.
Modified:
cfe/trunk/include/clang/AST/DeclCXX.h
Modified: cfe/trunk/include/clang/AST/DeclCXX.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclCXX.h?rev=94657&r1=94656&r2=94657&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclCXX.h (original)
+++ cfe/trunk/include/clang/AST/DeclCXX.h Tue Jan 26 21:27:53 2010
@@ -1084,7 +1084,7 @@
/// };
/// @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;
More information about the cfe-commits
mailing list