Files
codeql/ruby/ql
Tom Hvitved a4538de3a3 Shared CFG: Rename TNode to TCfgNode
This is in order to avoid name clash with the often so-named IPA type for data-
flow nodes. The name clash is not problematic because they are both in scope,
but because (cached) IPA types with overlapping names are known to sometimes
result in re-evaluation of cached stages, when one of the IPA types gets an
internal `#2` suffix in one query run, and the other IPA type gets the suffix
in another run.
2021-11-18 19:15:36 +01:00
..
2021-10-15 11:47:28 +02:00
2021-11-18 19:15:36 +01:00
2021-11-12 16:31:00 +01:00