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
..
autobuilder
config
extractor
ql C#: Fix IR consistency errors 2020-06-15 11:33:00 -04:00
upgrades
.gitignore
CSharp.sln
fix-whitespaces.sh