From 0f5b8732a3dc209ced1510c8d617472239ded85d Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 17 Apr 2014 20:39:09 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206494 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/DeclCXX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/DeclCXX.h b/include/clang/AST/DeclCXX.h index f64ef8b552..46774e0cf1 100644 --- a/include/clang/AST/DeclCXX.h +++ b/include/clang/AST/DeclCXX.h @@ -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 -- 2.40.0