Merge pull request #2968 from igfoo/unused_types

C++: Update tests following extractor no longer extracting some unused types
This commit is contained in:
Nick Rolfe 2020-03-03 16:03:40 +00:00 коммит произвёл GitHub
Родитель 88c74b2a4b 5b0cb10f9b
Коммит c2db3d7984
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -213,11 +213,9 @@
| file://:0:0:0:0 | const lambda [] type at line 3, col. 5 |
| file://:0:0:0:0 | const lambda [] type at line 3, col. 5 & |
| file://:0:0:0:0 | const lambda [] type at line 3, col. 5 * |
| file://:0:0:0:0 | const lambda [] type at line 3, col. 5 *const |
| file://:0:0:0:0 | const lambda [] type at line 9, col. 5 |
| file://:0:0:0:0 | const lambda [] type at line 9, col. 5 & |
| file://:0:0:0:0 | const lambda [] type at line 9, col. 5 * |
| file://:0:0:0:0 | const lambda [] type at line 9, col. 5 *const |
| file://:0:0:0:0 | const lambda [] type at line 9, col. 15 |
| file://:0:0:0:0 | const lambda [] type at line 9, col. 15 & |
| file://:0:0:0:0 | const lambda [] type at line 15, col. 5 |
@ -225,7 +223,6 @@
| file://:0:0:0:0 | const lambda [] type at line 22, col. 19 |
| file://:0:0:0:0 | const lambda [] type at line 22, col. 19 & |
| file://:0:0:0:0 | const lambda [] type at line 22, col. 19 * |
| file://:0:0:0:0 | const lambda [] type at line 22, col. 19 *const |
| file://:0:0:0:0 | declaration of 1st parameter |
| file://:0:0:0:0 | declaration of 1st parameter |
| file://:0:0:0:0 | declaration of 1st parameter |

Просмотреть файл

@ -39,17 +39,13 @@
| file://:0:0:0:0 | __va_list_tag && |
| file://:0:0:0:0 | abstract |
| file://:0:0:0:0 | action<ActionT> * |
| file://:0:0:0:0 | action<ActionT> *const |
| file://:0:0:0:0 | action<actor1<composite<int>>> & |
| file://:0:0:0:0 | action<actor1<composite<int>>> && |
| file://:0:0:0:0 | action<actor1<composite<int>>> * |
| file://:0:0:0:0 | action<actor1<composite<int>>> *const |
| file://:0:0:0:0 | actor1<BaseT> * |
| file://:0:0:0:0 | actor1<BaseT> *const |
| file://:0:0:0:0 | actor1<composite<int>> & |
| file://:0:0:0:0 | actor1<composite<int>> && |
| file://:0:0:0:0 | actor1<composite<int>> * |
| file://:0:0:0:0 | actor1<composite<int>> *const |
| file://:0:0:0:0 | atomic |
| file://:0:0:0:0 | auto |
| file://:0:0:0:0 | auto |