codeql/cpp
Jonas Jensen 5f6d07dd57 C++: Fix performance of UnsignedGEZero.ql
This query used two fastTC operations that were already somewhat
inefficient on their own but could send the evaluator into an OOM loop
when run in parallel without enough RAM.

The fix is to recurse manually, starting just from the expressions that
are potential candidates for alerts.
2020-02-26 11:32:41 +01:00
..
config/suites C++: Add new queries to C suite too 2019-12-09 17:00:33 +01:00
ql C++: Fix performance of UnsignedGEZero.ql 2020-02-26 11:32:41 +01:00
upgrades C++: Correct spelling mistake 2019-11-05 11:39:22 +00:00