Tom Hvitved
Tom Hvitved
This PR adopts the newly introduced shared [SSA data-flow integration layer](https://github.com/github/codeql/pull/16884). A side-effect is that we get [phi-input barrier guards](https://github.com/github/codeql/pull/15985) for free, which had not previously been ported to C#.
**Describe the bug** When refreshing a DB created with `codeql test run` through the `This test database is outdated. Do you want to reimport it?` prompt, the AST viewer does...
Means we can now parse ```rb foo bar do |x| x end.each(&:sort) ``` The increase in `parser.c` is worrisome; is there perhaps a better way?