Files
codeql/cpp/ql/test/query-tests
Jonas Jensen bebd5ae36b C++: Call qualifiers are passed by reference
After #3382 changed the escape analysis to model qualifiers as escaping,
there was an imbalance in the SSA library, where `addressTakenVariable`
excludes variables from SSA analysis if they have their address taken
but are _not_ passed by reference. This showed up as a missing result in
`TOCTOUFilesystemRace.ql`, demonstrated with a test case in #3432.

This commit changes the definition of "pass by reference" to include
call qualifiers, which allows SSA modeling of variables that have member
function calls on them.
2020-05-11 09:39:48 +02:00
..
2019-05-01 10:58:03 +01:00
2020-04-27 09:17:16 +02:00
2020-01-14 14:33:43 +00:00
2020-03-23 17:20:19 -04:00
2019-09-09 11:25:53 +02:00