Files
codeql/csharp
Dave Bartolomeo 881b3c8e33 C#: Fix IR consistency errors
We were creating a `TranslatedFunction` even for functions that were not from source code, but then telling the IR package that those functions didn't have IR. This resulted in having prologue/epilogue instructions (e.g. `EnterFunction`, `ExitFunction`) with no enclosing `IRFunction`.
2020-06-15 11:33:00 -04:00
..
2020-06-15 11:33:00 -04:00
2020-05-05 14:28:13 +02:00
2018-11-07 08:52:38 +01:00