r206494 - Fix comment.
Richard Smith
richard-llvm at metafoo.co.uk
Thu Apr 17 13:39:09 PDT 2014
Author: rsmith
Date: Thu Apr 17 15:39:09 2014
New Revision: 206494
URL: http://llvm.org/viewvc/llvm-project?rev=206494&view=rev
Log:
Fix comment.
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=206494&r1=206493&r2=206494&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclCXX.h (original)
+++ cfe/trunk/include/clang/AST/DeclCXX.h Thu Apr 17 15:39:09 2014
@@ -405,7 +405,7 @@ class CXXRecordDecl : public RecordDecl
/// \brief True if this class has a constexpr default constructor.
///
/// This is true for either a user-declared constexpr default constructor
- /// or an implicitly declared constexpr default constructor..
+ /// or an implicitly declared constexpr default constructor.
bool HasConstexprDefaultConstructor : 1;
/// \brief True when this class contains at least one non-static data
More information about the cfe-commits
mailing list