C++: Update test results

We now support getting the name used for non-type template parameters
This commit is contained in:
Matthew Gretton-Dann
2019-10-21 17:12:20 +01:00
parent 469832668f
commit 57cd9b3990
4 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
| file://:0:0:0:0 | Unknown literal | file://:0:0:0:0 | unsigned long | | file://:0:0:0:0 | __i | file://:0:0:0:0 | unsigned long |
| file://:0:0:0:0 | Unknown literal | file://:0:0:0:0 | unsigned long | | file://:0:0:0:0 | uls | file://:0:0:0:0 | unsigned long |
| file://:0:0:0:0 | Unknown literal | file://:0:0:0:0 | unsigned long | | file://:0:0:0:0 | uls | file://:0:0:0:0 | unsigned long |
| file://:0:0:0:0 | Unknown literal | file://:0:0:0:0 | unsigned long | | file://:0:0:0:0 | uls | file://:0:0:0:0 | unsigned long |
| segfault.cpp:25:46:25:65 | call to S | file://:0:0:0:0 | void | | segfault.cpp:25:46:25:65 | call to S | file://:0:0:0:0 | void |
| segfault.cpp:25:46:25:65 | call to S | file://:0:0:0:0 | void | | segfault.cpp:25:46:25:65 | call to S | file://:0:0:0:0 | void |
| segfault.cpp:25:48:25:55 | __second | segfault.cpp:15:7:15:11 | tuple | | segfault.cpp:25:48:25:55 | __second | segfault.cpp:15:7:15:11 | tuple |

View File

@@ -1,12 +1,12 @@
| file://:0:0:0:0 | | | file://:0:0:0:0 | |
| file://:0:0:0:0 | 0 | | file://:0:0:0:0 | 0 |
| file://:0:0:0:0 | (global namespace) | | file://:0:0:0:0 | (global namespace) |
| file://:0:0:0:0 | Unknown literal | | file://:0:0:0:0 | B |
| file://:0:0:0:0 | Unknown literal | | file://:0:0:0:0 | X |
| file://:0:0:0:0 | Unknown literal | | file://:0:0:0:0 | X |
| file://:0:0:0:0 | Unknown literal | | file://:0:0:0:0 | X |
| file://:0:0:0:0 | Unknown literal | | file://:0:0:0:0 | X |
| file://:0:0:0:0 | Unknown literal | | file://:0:0:0:0 | Y |
| file://:0:0:0:0 | __va_list_tag | | file://:0:0:0:0 | __va_list_tag |
| file://:0:0:0:0 | __va_list_tag & | | file://:0:0:0:0 | __va_list_tag & |
| file://:0:0:0:0 | __va_list_tag && | | file://:0:0:0:0 | __va_list_tag && |

View File

@@ -1,2 +1,2 @@
| test.cpp:2:7:2:9 | Int<10> | file://:0:0:0:0 | int | test.cpp:4:5:4:6 | 10 | | test.cpp:2:7:2:9 | Int<10> | file://:0:0:0:0 | int | test.cpp:4:5:4:6 | 10 |
| test.cpp:2:7:2:9 | Int<i> | file://:0:0:0:0 | int | file://:0:0:0:0 | Unknown literal | | test.cpp:2:7:2:9 | Int<i> | file://:0:0:0:0 | int | file://:0:0:0:0 | i |

View File

@@ -1,2 +1,2 @@
| test.cpp:3:5:3:5 | addToSelf | file://:0:0:0:0 | int | test.cpp:5:30:5:31 | 10 | | test.cpp:3:5:3:5 | addToSelf | file://:0:0:0:0 | int | test.cpp:5:30:5:31 | 10 |
| test.cpp:3:5:3:13 | addToSelf | file://:0:0:0:0 | int | file://:0:0:0:0 | Unknown literal | | test.cpp:3:5:3:13 | addToSelf | file://:0:0:0:0 | int | file://:0:0:0:0 | i |