Skip to content

Commit 6bae58e

Browse files
committed
C++: Accept more test changes.
1 parent fd56678 commit 6bae58e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

cpp/ql/test/library-tests/dataflow/taint-tests/test_mad-signatures.expected

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26843,6 +26843,24 @@ getParameterTypeName
2684326843
| atl.cpp:71:5:71:17 | _U_STRINGorID | 0 | unsigned int |
2684426844
| atl.cpp:72:5:72:17 | _U_STRINGorID | 0 | LPCTSTR |
2684526845
| atl.cpp:72:5:72:17 | _U_STRINGorID | 0 | const char * |
26846+
| atl.cpp:96:5:96:10 | CA2AEX | 0 | LPCSTR |
26847+
| atl.cpp:96:5:96:10 | CA2AEX | 0 | const char * |
26848+
| atl.cpp:96:5:96:10 | CA2AEX | 1 | UINT |
26849+
| atl.cpp:96:5:96:10 | CA2AEX | 1 | unsigned int |
26850+
| atl.cpp:97:5:97:10 | CA2AEX | 0 | LPCSTR |
26851+
| atl.cpp:97:5:97:10 | CA2AEX | 0 | const char * |
26852+
| atl.cpp:124:5:124:11 | CA2CAEX | 0 | LPCSTR |
26853+
| atl.cpp:124:5:124:11 | CA2CAEX | 0 | const char * |
26854+
| atl.cpp:124:5:124:11 | CA2CAEX | 1 | UINT |
26855+
| atl.cpp:124:5:124:11 | CA2CAEX | 1 | unsigned int |
26856+
| atl.cpp:125:5:125:11 | CA2CAEX | 0 | LPCSTR |
26857+
| atl.cpp:125:5:125:11 | CA2CAEX | 0 | const char * |
26858+
| atl.cpp:149:5:149:10 | CA2WEX | 0 | LPCSTR |
26859+
| atl.cpp:149:5:149:10 | CA2WEX | 0 | const char * |
26860+
| atl.cpp:149:5:149:10 | CA2WEX | 1 | UINT |
26861+
| atl.cpp:149:5:149:10 | CA2WEX | 1 | unsigned int |
26862+
| atl.cpp:150:5:150:10 | CA2WEX | 0 | LPCSTR |
26863+
| atl.cpp:150:5:150:10 | CA2WEX | 0 | const char * |
2684626864
| atl.cpp:196:12:196:14 | Add | 0 | INARGTYPclass:0 |
2684726865
| atl.cpp:198:12:198:17 | Append | 0 | const CAtlArray & |
2684826866
| atl.cpp:199:10:199:13 | Copy | 0 | const CAtlArray & |
@@ -27083,6 +27101,10 @@ getParameterTypeName
2708327101
| atl.cpp:940:10:940:18 | SetString | 0 | PCXSTR |
2708427102
| atl.cpp:940:10:940:18 | SetString | 0 | const class:0 * |
2708527103
| atl.cpp:942:11:942:20 | operator[] | 0 | int |
27104+
| atl.cpp:1018:10:1018:10 | operator= | 0 | MakeOther && |
27105+
| atl.cpp:1018:10:1018:10 | operator= | 0 | const MakeOther & |
27106+
| atl.cpp:1023:10:1023:10 | operator= | 0 | MakeOther && |
27107+
| atl.cpp:1023:10:1023:10 | operator= | 0 | const MakeOther & |
2708627108
| atl.cpp:1036:5:1036:12 | CStringT | 0 | const VARIANT & |
2708727109
| atl.cpp:1036:5:1036:12 | CStringT | 0 | const tagVARIANT & |
2708827110
| atl.cpp:1037:5:1037:12 | CStringT | 0 | const VARIANT & |
@@ -27286,6 +27308,8 @@ getParameterTypeName
2728627308
| standalone_iterators.cpp:20:7:20:7 | operator= | 0 | const int_iterator_by_trait & |
2728727309
| standalone_iterators.cpp:20:7:20:7 | operator= | 0 | int_iterator_by_trait && |
2728827310
| standalone_iterators.cpp:23:27:23:36 | operator++ | 0 | int |
27311+
| standalone_iterators.cpp:28:13:28:13 | operator= | 0 | const iterator_traits & |
27312+
| standalone_iterators.cpp:28:13:28:13 | operator= | 0 | iterator_traits && |
2728927313
| standalone_iterators.cpp:36:7:36:7 | operator= | 0 | const non_iterator & |
2729027314
| standalone_iterators.cpp:36:7:36:7 | operator= | 0 | non_iterator && |
2729127315
| standalone_iterators.cpp:39:18:39:27 | operator++ | 0 | int |
@@ -27297,6 +27321,8 @@ getParameterTypeName
2729727321
| standalone_iterators.cpp:66:30:66:39 | operator++ | 0 | int |
2729827322
| standalone_iterators.cpp:68:30:68:39 | operator-- | 0 | int |
2729927323
| standalone_iterators.cpp:70:31:70:39 | operator= | 0 | int |
27324+
| standalone_iterators.cpp:74:13:74:13 | operator= | 0 | const iterator_traits & |
27325+
| standalone_iterators.cpp:74:13:74:13 | operator= | 0 | iterator_traits && |
2730027326
| standalone_iterators.cpp:82:7:82:7 | container | 0 | const container & |
2730127327
| standalone_iterators.cpp:82:7:82:7 | container | 0 | container && |
2730227328
| standalone_iterators.cpp:82:7:82:7 | operator= | 0 | const container & |

0 commit comments

Comments
 (0)