Files
codeql/cpp/ql/src
Dave Bartolomeo e85cc0b0c6 C++: Stop caching raw IR construction predicates
These predicates are only used within the new single IR stage, so there's no need to cache them beyond that. RA diffs are trivial. Where previously many of the predicate on `Instruction` were inline wrappers around cached predicates from `IRConstruction`, now the predicates from `IRConstruction` get inlined into the `Instruction` predicates, and the `Instruction` predicates get materialized. The net amount of work is the same, but now it's not getting cached unnecessarily.
2020-06-17 09:47:48 -04:00
..
2020-01-29 13:11:50 +01:00
2020-01-29 13:11:50 +01:00
2020-05-11 11:32:10 +02:00
2020-05-10 19:34:16 +02:00
2020-04-01 18:23:21 +01:00
2020-01-29 13:11:50 +01:00
2019-09-09 11:25:53 +02:00
2020-01-29 13:11:50 +01:00
2020-05-01 14:26:34 +01:00
2019-09-09 11:25:53 +02:00
2020-04-29 11:06:06 -04:00
2020-05-14 08:47:16 +02:00