Skip to content

Commit fd8c194

Browse files
committed
C++: Update expected test results after QL changes
1 parent bf78335 commit fd8c194

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46152,14 +46152,20 @@ getParameterTypeName
4615246152
| atl.cpp:196:12:196:14 | Add | 0 | INARGTYPclass:0 |
4615346153
| atl.cpp:198:12:198:17 | Append | 0 | const CAtlArray & |
4615446154
| atl.cpp:199:10:199:13 | Copy | 0 | const CAtlArray & |
46155+
| atl.cpp:201:8:201:12 | GetAt | 0 | decltype(...) |
4615546156
| atl.cpp:201:8:201:12 | GetAt | 0 | size_t |
46157+
| atl.cpp:205:10:205:22 | InsertArrayAt | 0 | decltype(...) |
4615646158
| atl.cpp:205:10:205:22 | InsertArrayAt | 0 | size_t |
4615746159
| atl.cpp:205:10:205:22 | InsertArrayAt | 1 | const CAtlArray * |
46160+
| atl.cpp:206:10:206:17 | InsertAt | 0 | decltype(...) |
4615846161
| atl.cpp:206:10:206:17 | InsertAt | 0 | size_t |
4615946162
| atl.cpp:206:10:206:17 | InsertAt | 1 | INARGTYPclass:0 |
46163+
| atl.cpp:206:10:206:17 | InsertAt | 2 | decltype(...) |
4616046164
| atl.cpp:206:10:206:17 | InsertAt | 2 | size_t |
46165+
| atl.cpp:211:10:211:18 | SetAtGrow | 0 | decltype(...) |
4616146166
| atl.cpp:211:10:211:18 | SetAtGrow | 0 | size_t |
4616246167
| atl.cpp:211:10:211:18 | SetAtGrow | 1 | INARGTYPclass:0 |
46168+
| atl.cpp:213:8:213:17 | operator[] | 0 | decltype(...) |
4616346169
| atl.cpp:213:8:213:17 | operator[] | 0 | size_t |
4616446170
| atl.cpp:259:5:259:12 | CAtlList | 0 | UINT |
4616546171
| atl.cpp:259:5:259:12 | CAtlList | 0 | UINT |
@@ -46179,6 +46185,8 @@ getParameterTypeName
4617946185
| atl.cpp:267:14:267:17 | Find | 1 | POSITION |
4618046186
| atl.cpp:267:14:267:17 | Find | 1 | __POSITION * |
4618146187
| atl.cpp:267:14:267:17 | Find | 1 | __POSITION * |
46188+
| atl.cpp:268:14:268:22 | FindIndex | 0 | decltype(...) |
46189+
| atl.cpp:268:14:268:22 | FindIndex | 0 | decltype(...) |
4618246190
| atl.cpp:268:14:268:22 | FindIndex | 0 | size_t |
4618346191
| atl.cpp:268:14:268:22 | FindIndex | 0 | size_t |
4618446192
| atl.cpp:269:8:269:12 | GetAt | 0 | POSITION |
@@ -46359,6 +46367,7 @@ getParameterTypeName
4635946367
| atl.cpp:927:17:927:25 | CopyChars | 2 | int |
4636046368
| atl.cpp:928:17:928:25 | CopyChars | 0 | XCHAR * |
4636146369
| atl.cpp:928:17:928:25 | CopyChars | 0 | char * |
46370+
| atl.cpp:928:17:928:25 | CopyChars | 1 | decltype(...) |
4636246371
| atl.cpp:928:17:928:25 | CopyChars | 1 | size_t |
4636346372
| atl.cpp:928:17:928:25 | CopyChars | 2 | const XCHAR * |
4636446373
| atl.cpp:928:17:928:25 | CopyChars | 2 | const char * |

0 commit comments

Comments
 (0)