Files
codeql/cpp/ql/src
Jonas Jensen 4b7813b98e C++/C#/Java: Split localFlowStep predicate in two
There's now a `localFlowStep` predicate for use directly in queries and
other libraries and a `simpleLocalFlowStep` for use only by the global
data flow library. The former predicate is intended to include field
flow, but the latter may not.

This will let Java and C# (and possibly C++ IR) avoid getting two kinds
of field flow at the same time, both from SSA and from the global data
flow library. It should let C++ AST add some form of field flow to
`localFlowStep` without making it an input to the global data flow
library.
2019-08-21 09:27:01 +02:00
..
2019-05-01 10:36:15 +01:00
2019-01-24 11:15:21 +00:00
2018-11-28 18:18:28 +00:00
2019-06-18 13:26:54 +01:00
2019-07-04 17:27:40 +01:00
2018-09-23 16:24:31 -07:00
2019-01-30 09:44:07 +00:00
2019-05-02 13:36:39 +01:00