зеркало из https://github.com/github/codeql.git
Merge pull request #2968 from igfoo/unused_types
C++: Update tests following extractor no longer extracting some unused types
This commit is contained in:
Коммит
c2db3d7984
|
@ -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 |
|
||||
|
|
Загрузка…
Ссылка в новой задаче