Files
codeql/cpp/ql/lib/semmle/code/cpp
Dave Bartolomeo 6837233128 Treat CallSideEffect and InitializeDynamicAllocation the same as other side effects during IR generation
This commit moves the IR generation for the `CallSideEffect` and `InitializeDynamicAllocation` side effect instruction into their own subclasses of `TranslatedSideEffect`. Previously, they were embeddded in `TranslatedCall` and `TranslatedAllocationSideEffects`. There are no diffs in the generated IR. This just makes the implementation of all side effect generation be consistent.
2021-09-07 14:22:23 -04:00
..
2021-09-01 15:36:00 +02:00
2021-08-17 11:22:36 -07:00
2021-08-17 11:22:36 -07:00
2021-08-18 11:09:03 +02:00
2021-08-17 11:22:36 -07:00