Files
codeql/cpp/ql/test/library-tests/dataflow
Dave Bartolomeo 383210096c C++: Isolate models from AST dataflow's reference/object conflation
`DataFlowFunction` models treat references a pointers - an explicit level of indirection. The AST dataflow library generally treats references as if they were the referred-to object. This commit removes a workaround in the dataflow model for unary `operator*` on smart pointers, and makes the AST dataflow library adjust the results of querying the model so that a returned reference only gets flow that was modeled as going to the dereference of the return value.

This fixes some missing flow in IR dataflow, and recovers some (presumably) missing reverse taint flow in AST taint tracking as well.
2021-04-21 18:09:44 -04:00
..
2019-09-09 11:25:53 +02:00
2021-03-10 15:47:06 +01:00
2021-04-20 23:37:04 -04:00
2019-11-19 11:31:34 +01:00