Skip to content

Commit 10e8c30

Browse files
Test improvements
1 parent c376edf commit 10e8c30

File tree

2 files changed

+72
-170
lines changed

2 files changed

+72
-170
lines changed
Lines changed: 57 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,57 @@
1-
| test.cpp:123:3:123:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &'. |
2-
| test.cpp:124:3:124:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &'. |
3-
| test.cpp:125:3:125:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable &'. |
4-
| test.cpp:126:3:126:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable &'. |
5-
| test.cpp:128:8:128:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &'. |
6-
| test.cpp:129:8:129:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &'. |
7-
| test.cpp:130:8:130:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable &'. |
8-
| test.cpp:131:8:131:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable &'. |
9-
| test.cpp:133:8:133:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &'. |
10-
| test.cpp:134:8:134:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &'. |
11-
| test.cpp:135:12:135:20 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable &'. |
12-
| test.cpp:136:12:136:20 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable &'. |
13-
| test.cpp:144:3:144:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const string'. |
14-
| test.cpp:145:3:145:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const int'. |
15-
| test.cpp:146:3:146:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable'. |
16-
| test.cpp:147:3:147:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable'. |
17-
| test.cpp:149:8:149:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const string'. |
18-
| test.cpp:150:8:150:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const int'. |
19-
| test.cpp:151:8:151:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable'. |
20-
| test.cpp:152:8:152:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable'. |
21-
| test.cpp:154:8:154:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const string'. |
22-
| test.cpp:155:8:155:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const int'. |
23-
| test.cpp:156:12:156:20 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable'. |
24-
| test.cpp:157:12:157:20 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable'. |
25-
| test.cpp:186:3:186:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &&'. |
26-
| test.cpp:187:3:187:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &&'. |
27-
| test.cpp:188:3:188:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable &&'. |
28-
| test.cpp:189:3:189:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable &&'. |
29-
| test.cpp:191:8:191:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &&'. |
30-
| test.cpp:192:8:192:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &&'. |
31-
| test.cpp:193:8:193:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable &&'. |
32-
| test.cpp:194:8:194:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable &&'. |
33-
| test.cpp:196:8:196:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &&'. |
34-
| test.cpp:197:8:197:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &&'. |
35-
| test.cpp:198:12:198:20 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable &&'. |
36-
| test.cpp:199:12:199:20 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable &&'. |
37-
| test.cpp:202:3:202:11 | call to move | Call to 'std::move' with prvalue argument of type 'basic_string<char, char_traits<char>, allocator<char>>'. |
38-
| test.cpp:203:3:203:11 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
39-
| test.cpp:204:3:204:11 | call to move | Call to 'std::move' with prvalue argument of type 'TrivMovable'. |
40-
| test.cpp:205:3:205:11 | call to move | Call to 'std::move' with prvalue argument of type 'NonTrivMovable'. |
41-
| test.cpp:207:8:207:16 | call to move | Call to 'std::move' with prvalue argument of type 'basic_string<char, char_traits<char>, allocator<char>>'. |
42-
| test.cpp:208:8:208:16 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
43-
| test.cpp:209:8:209:16 | call to move | Call to 'std::move' with prvalue argument of type 'TrivMovable'. |
44-
| test.cpp:210:8:210:16 | call to move | Call to 'std::move' with prvalue argument of type 'NonTrivMovable'. |
45-
| test.cpp:212:8:212:16 | call to move | Call to 'std::move' with prvalue argument of type 'basic_string<char, char_traits<char>, allocator<char>>'. |
46-
| test.cpp:213:8:213:16 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
47-
| test.cpp:214:12:214:20 | call to move | Call to 'std::move' with prvalue argument of type 'TrivMovable'. |
48-
| test.cpp:215:12:215:20 | call to move | Call to 'std::move' with prvalue argument of type 'NonTrivMovable'. |
49-
| test.cpp:217:3:217:11 | call to move | Call to 'std::move' with prvalue argument of type 'basic_string<char, char_traits<char>, allocator<char>>'. |
50-
| test.cpp:218:3:218:11 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
51-
| test.cpp:219:8:219:16 | call to move | Call to 'std::move' with prvalue argument of type 'basic_string<char, char_traits<char>, allocator<char>>'. |
52-
| test.cpp:220:8:220:16 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
53-
| test.cpp:221:8:221:16 | call to move | Call to 'std::move' with prvalue argument of type 'basic_string<char, char_traits<char>, allocator<char>>'. |
54-
| test.cpp:222:8:222:16 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
55-
| test.cpp:224:3:224:11 | call to move | Call to 'std::move' with prvalue argument of type 'string'. |
56-
| test.cpp:225:3:225:11 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
57-
| test.cpp:226:3:226:11 | call to move | Call to 'std::move' with prvalue argument of type 'TrivMovable'. |
58-
| test.cpp:227:3:227:11 | call to move | Call to 'std::move' with prvalue argument of type 'NonTrivMovable'. |
59-
| test.cpp:229:8:229:16 | call to move | Call to 'std::move' with prvalue argument of type 'string'. |
60-
| test.cpp:230:8:230:16 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
61-
| test.cpp:231:8:231:16 | call to move | Call to 'std::move' with prvalue argument of type 'TrivMovable'. |
62-
| test.cpp:232:8:232:16 | call to move | Call to 'std::move' with prvalue argument of type 'NonTrivMovable'. |
63-
| test.cpp:234:8:234:16 | call to move | Call to 'std::move' with prvalue argument of type 'string'. |
64-
| test.cpp:235:8:235:16 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
65-
| test.cpp:236:12:236:20 | call to move | Call to 'std::move' with prvalue argument of type 'TrivMovable'. |
66-
| test.cpp:237:12:237:20 | call to move | Call to 'std::move' with prvalue argument of type 'NonTrivMovable'. |
67-
| test.cpp:246:3:246:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &'. |
68-
| test.cpp:247:3:247:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &'. |
69-
| test.cpp:248:3:248:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable &'. |
70-
| test.cpp:249:3:249:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable &'. |
71-
| test.cpp:252:3:252:11 | call to move | Call to 'std::move' with xvalue argument of type 'string &&'. |
72-
| test.cpp:253:3:253:11 | call to move | Call to 'std::move' with xvalue argument of type 'int &&'. |
73-
| test.cpp:254:3:254:11 | call to move | Call to 'std::move' with xvalue argument of type 'TrivMovable &&'. |
74-
| test.cpp:255:3:255:11 | call to move | Call to 'std::move' with xvalue argument of type 'NonTrivMovable &&'. |
75-
| test.cpp:257:3:257:11 | call to move | Call to 'std::move' with xvalue argument of type 'const string &&'. |
76-
| test.cpp:258:3:258:11 | call to move | Call to 'std::move' with xvalue argument of type 'const int &&'. |
77-
| test.cpp:259:3:259:11 | call to move | Call to 'std::move' with xvalue argument of type 'const TrivMovable &&'. |
78-
| test.cpp:260:3:260:11 | call to move | Call to 'std::move' with xvalue argument of type 'const NonTrivMovable &&'. |
79-
| test.cpp:270:5:270:13 | call to move | Call to 'std::move' with const lvalue argument of type 'const string'. |
80-
| test.cpp:275:56:275:64 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
81-
| test.cpp:277:56:277:64 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
82-
| test.cpp:281:56:281:64 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
83-
| test.cpp:285:56:285:64 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
84-
| test.cpp:290:49:290:57 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
85-
| test.cpp:294:49:294:57 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
86-
| test.cpp:298:49:298:57 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
87-
| test.cpp:303:48:303:56 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>>'. |
88-
| test.cpp:307:48:307:56 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
89-
| test.cpp:311:48:311:56 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &&'. |
90-
| test.cpp:316:55:316:63 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &&'. |
91-
| test.cpp:320:55:320:63 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
92-
| test.cpp:324:55:324:63 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &&'. |
93-
| test.cpp:364:3:364:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const iterator &'. |
1+
| test.cpp:111:3:111:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &'. |
2+
| test.cpp:112:3:112:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &'. |
3+
| test.cpp:113:3:113:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable &'. |
4+
| test.cpp:114:3:114:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable &'. |
5+
| test.cpp:116:8:116:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &'. |
6+
| test.cpp:117:8:117:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &'. |
7+
| test.cpp:118:12:118:20 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable &'. |
8+
| test.cpp:119:12:119:20 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable &'. |
9+
| test.cpp:127:3:127:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const string'. |
10+
| test.cpp:128:3:128:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const int'. |
11+
| test.cpp:129:3:129:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable'. |
12+
| test.cpp:130:3:130:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable'. |
13+
| test.cpp:149:3:149:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &&'. |
14+
| test.cpp:150:3:150:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &&'. |
15+
| test.cpp:151:3:151:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable &&'. |
16+
| test.cpp:152:3:152:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable &&'. |
17+
| test.cpp:155:3:155:11 | call to move | Call to 'std::move' with prvalue argument of type 'basic_string<char, char_traits<char>, allocator<char>>'. |
18+
| test.cpp:156:3:156:11 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
19+
| test.cpp:157:3:157:11 | call to move | Call to 'std::move' with prvalue argument of type 'TrivMovable'. |
20+
| test.cpp:158:3:158:11 | call to move | Call to 'std::move' with prvalue argument of type 'NonTrivMovable'. |
21+
| test.cpp:160:8:160:16 | call to move | Call to 'std::move' with prvalue argument of type 'basic_string<char, char_traits<char>, allocator<char>>'. |
22+
| test.cpp:161:8:161:16 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
23+
| test.cpp:162:12:162:20 | call to move | Call to 'std::move' with prvalue argument of type 'TrivMovable'. |
24+
| test.cpp:163:12:163:20 | call to move | Call to 'std::move' with prvalue argument of type 'NonTrivMovable'. |
25+
| test.cpp:165:3:165:11 | call to move | Call to 'std::move' with prvalue argument of type 'basic_string<char, char_traits<char>, allocator<char>>'. |
26+
| test.cpp:166:3:166:11 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
27+
| test.cpp:167:3:167:11 | call to move | Call to 'std::move' with prvalue argument of type 'string'. |
28+
| test.cpp:168:3:168:11 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
29+
| test.cpp:169:3:169:11 | call to move | Call to 'std::move' with prvalue argument of type 'TrivMovable'. |
30+
| test.cpp:170:3:170:11 | call to move | Call to 'std::move' with prvalue argument of type 'NonTrivMovable'. |
31+
| test.cpp:179:3:179:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &'. |
32+
| test.cpp:180:3:180:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &'. |
33+
| test.cpp:181:3:181:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable &'. |
34+
| test.cpp:182:3:182:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable &'. |
35+
| test.cpp:185:3:185:11 | call to move | Call to 'std::move' with xvalue argument of type 'string &&'. |
36+
| test.cpp:186:3:186:11 | call to move | Call to 'std::move' with xvalue argument of type 'int &&'. |
37+
| test.cpp:187:3:187:11 | call to move | Call to 'std::move' with xvalue argument of type 'TrivMovable &&'. |
38+
| test.cpp:188:3:188:11 | call to move | Call to 'std::move' with xvalue argument of type 'NonTrivMovable &&'. |
39+
| test.cpp:190:3:190:11 | call to move | Call to 'std::move' with xvalue argument of type 'const string &&'. |
40+
| test.cpp:191:3:191:11 | call to move | Call to 'std::move' with xvalue argument of type 'const int &&'. |
41+
| test.cpp:192:3:192:11 | call to move | Call to 'std::move' with xvalue argument of type 'const TrivMovable &&'. |
42+
| test.cpp:193:3:193:11 | call to move | Call to 'std::move' with xvalue argument of type 'const NonTrivMovable &&'. |
43+
| test.cpp:203:5:203:13 | call to move | Call to 'std::move' with const lvalue argument of type 'const string'. |
44+
| test.cpp:209:56:209:64 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
45+
| test.cpp:211:56:211:64 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
46+
| test.cpp:217:56:217:64 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
47+
| test.cpp:223:56:223:64 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
48+
| test.cpp:228:49:228:57 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
49+
| test.cpp:232:49:232:57 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
50+
| test.cpp:236:49:236:57 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
51+
| test.cpp:241:48:241:56 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>>'. |
52+
| test.cpp:245:48:245:56 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
53+
| test.cpp:249:48:249:56 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &&'. |
54+
| test.cpp:254:55:254:63 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &&'. |
55+
| test.cpp:258:55:258:63 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
56+
| test.cpp:262:55:262:63 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &&'. |
57+
| test.cpp:302:3:302:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const iterator &'. |

0 commit comments

Comments
 (0)