File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
cpp/ql/test/library-tests/cpp11_g Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
| choose_second | 27 | 1 | { ... } | 28 | return ... |
4
4
| choose_second | 28 | 2 | return ... | 25 | choose_second |
5
5
| count_args_1 prototype instantiation | 11 | 1 | { ... } | 12 | return ... |
6
- | count_args_1 prototype instantiation | 12 | 2 | return ... | 12 | sizeof...(... ) |
7
- | count_args_1 prototype instantiation | 12 | 3 | sizeof...(... ) | 11 | count_args_1 |
6
+ | count_args_1 prototype instantiation | 12 | 2 | return ... | 12 | sizeof...(Args ) |
7
+ | count_args_1 prototype instantiation | 12 | 3 | sizeof...(Args ) | 11 | count_args_1 |
8
8
| count_args_1<> | 11 | 1 | { ... } | 12 | return ... |
9
9
| count_args_1<> | 12 | 2 | return ... | 12 | 0 |
10
10
| count_args_1<> | 12 | 3 | 0 | 11 | count_args_1 |
11
11
| count_args_2 prototype instantiation | 15 | 1 | { ... } | 16 | return ... |
12
12
| count_args_2 prototype instantiation | 16 | 2 | return ... | 16 | a |
13
- | count_args_2 prototype instantiation | 16 | 3 | a | 16 | sizeof...(... ) |
14
- | count_args_2 prototype instantiation | 16 | 4 | sizeof...(... ) | 15 | count_args_2 |
13
+ | count_args_2 prototype instantiation | 16 | 3 | a | 16 | sizeof...(<expr> ) |
14
+ | count_args_2 prototype instantiation | 16 | 4 | sizeof...(<expr> ) | 15 | count_args_2 |
15
15
| count_args_2<int,double> | 15 | 1 | { ... } | 16 | return ... |
16
16
| count_args_2<int,double> | 16 | 2 | return ... | 16 | 2 |
17
17
| count_args_2<int,double> | 16 | 3 | 2 | 15 | count_args_2 |
You can’t perform that action at this time.
0 commit comments