C++: accept test output

This commit is contained in:
Robert Marsh
2019-02-21 17:18:06 -08:00
parent aa97302671
commit 07cbbdaf9a
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
| taint.cpp:35:12:35:17 | taint.cpp:41:7:41:13 | AST only |
| taint.cpp:35:12:35:17 | taint.cpp:42:7:42:13 | AST only |
| taint.cpp:37:22:37:27 | taint.cpp:43:7:43:13 | AST only |
| taint.cpp:120:11:120:16 | taint.cpp:137:7:137:9 | AST only |
| taint.cpp:127:8:127:13 | taint.cpp:130:7:130:9 | IR only |
| taint.cpp:185:11:185:16 | taint.cpp:181:8:181:9 | AST only |

View File

@@ -0,0 +1,9 @@
| taint.cpp:8:8:8:13 | Load: clean1 | taint.cpp:4:27:4:33 | InitializeParameter: source1 |
| taint.cpp:16:8:16:14 | Load: source1 | taint.cpp:12:22:12:27 | Call: call to source |
| taint.cpp:17:8:17:16 | Add: ++ ... | taint.cpp:12:22:12:27 | Call: call to source |
| taint.cpp:129:7:129:9 | Load: * ... | taint.cpp:120:11:120:16 | Call: call to source |
| taint.cpp:130:7:130:9 | Load: * ... | taint.cpp:127:8:127:13 | Call: call to source |
| taint.cpp:134:7:134:9 | Load: * ... | taint.cpp:120:11:120:16 | Call: call to source |
| taint.cpp:151:7:151:12 | Call: call to select | taint.cpp:151:20:151:25 | Call: call to source |
| taint.cpp:167:8:167:13 | Call: call to source | taint.cpp:167:8:167:13 | Call: call to source |
| taint.cpp:168:8:168:14 | Load: tainted | taint.cpp:164:19:164:24 | Call: call to source |