Files
codeql/csharp/ql
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-06-15 11:33:00 -04:00