Files
codeql/python/ql/src
Taus Brock-Nannestad 1251bc57f5 Python: Fix bad join in TObject::literal_instantiation
Here, `context.appliesTo(n)` was being distributed across all of the
disjuncts, which caused poor performance.

The new helper predicate, `literal_node_class` should be fairly small,
since it only applies to a subset of `ControlFlowNode`s, and only
assigns a limited set of `ClassObjectInternal`s to these nodes.
2020-11-05 16:40:29 +01:00
..
2020-07-22 20:51:29 +01:00
2020-09-01 12:46:57 +02:00
2020-07-14 11:26:05 +02:00
2020-11-02 22:17:42 +01:00
2020-03-20 16:43:10 +01:00
2020-10-12 21:17:46 +02:00