Files
codeql/cpp/ql/test/library-tests/dataflow
Dave Bartolomeo 697b2dcde8 C++: Add missing store step for single-field struct use
We have special code to handle field flow for single-field structs, but that special case was too specific. Some `Store`s to single-field structs have no `Chi` instruction, which is the case that we handled already. However, it is possible for the `Store` to have a `Chi` instruction (e.g. for `{AllAliased}`), but still have a use of the result of the `Store` directly. We now add a `PostUpdateNode` for the result of the `Store` itself in those cases, just like we already did if the `Store` had no `Chi`.
2021-04-12 18:11:41 -04:00
..
2019-09-09 11:25:53 +02:00
2021-03-10 15:47:06 +01:00
2019-11-19 11:31:34 +01:00