We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6682af commit f9e0630Copy full SHA for f9e0630
llvm/unittests/ADT/CountCopyAndMove.h
@@ -52,7 +52,8 @@ struct CountCopyAndMove {
52
}
53
54
static int TotalConstructions() {
55
- return DefaultConstructions + ValueConstructions + MoveConstructions + CopyConstructions;
+ return DefaultConstructions + ValueConstructions + MoveConstructions +
56
+ CopyConstructions;
57
58
59
static int TotalCopies() { return CopyConstructions + CopyAssignments; }
0 commit comments