[clang] 403739b - [AST][NFC] Fixes a comment typo
Mark de Wever via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 4 13:33:21 PST 2019
Author: Mark de Wever
Date: 2019-11-04T22:32:56+01:00
New Revision: 403739b2fdb64e90118017355bd01f88a0640b3f
URL: https://github.com/llvm/llvm-project/commit/403739b2fdb64e90118017355bd01f88a0640b3f
DIFF: https://github.com/llvm/llvm-project/commit/403739b2fdb64e90118017355bd01f88a0640b3f.diff
LOG: [AST][NFC] Fixes a comment typo
Also a test for commit access.
Added:
Modified:
clang/lib/AST/DeclCXX.cpp
Removed:
################################################################################
diff --git a/clang/lib/AST/DeclCXX.cpp b/clang/lib/AST/DeclCXX.cpp
index 12ec44fa0279..58b50de944ed 100644
--- a/clang/lib/AST/DeclCXX.cpp
+++ b/clang/lib/AST/DeclCXX.cpp
@@ -413,7 +413,7 @@ CXXRecordDecl::setBases(CXXBaseSpecifier const * const *Bases,
data().HasIrrelevantDestructor = false;
// C++11 [class.copy]p18:
- // The implicitly-declared copy assignment oeprator for a class X will
+ // The implicitly-declared copy assignment operator for a class X will
// have the form 'X& X::operator=(const X&)' if each direct base class B
// of X has a copy assignment operator whose parameter is of type 'const
// B&', 'const volatile B&', or 'B' [...]
More information about the cfe-commits
mailing list