Files
codeql/csharp/ql/test
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
..
2018-09-23 16:24:31 -07:00
2019-03-04 13:21:10 +01:00