Files
codeql/cpp/ql/test/library-tests
Jonas Jensen 45eefdb218 C++: Field flow through ConstructorFieldInit
This allows a member initializer list to be seen as a sequence of field
assignments. For example, the constructor

    C() : a(taint()) { }

now has data flow similar to

    C() { this.a = taint(); }
2019-08-16 09:10:17 +02:00
..
2018-10-18 12:36:42 +01:00
2018-10-18 12:36:42 +01:00
2019-07-29 17:17:42 -07:00
2018-09-23 16:23:52 -07:00
2018-10-25 21:18:37 +01:00
2018-10-26 11:07:18 +01:00
2018-11-28 17:11:17 +00:00
2018-10-26 11:07:18 +01:00
2018-10-18 12:36:42 +01:00
2018-10-26 11:07:18 +01:00
2019-08-06 15:38:10 +01:00
2018-09-23 16:23:52 -07:00
2018-10-18 12:36:42 +01:00
2019-05-02 11:16:21 +01:00
2019-08-13 11:25:39 +01:00
2018-10-18 12:36:42 +01:00
2018-10-18 12:36:42 +01:00
2018-10-18 12:36:42 +01:00
2018-10-26 11:07:18 +01:00
2018-10-31 10:47:31 +00:00
2018-10-18 12:36:42 +01:00
2018-09-23 16:23:52 -07:00
2018-10-18 12:36:42 +01:00
2018-10-26 11:07:18 +01:00
2018-10-18 12:36:42 +01:00
2018-10-26 11:07:18 +01:00
2018-12-12 17:26:18 +00:00
2018-10-26 11:07:18 +01:00
2019-08-06 15:52:25 +01:00
2018-10-18 12:36:42 +01:00
2018-10-26 11:07:18 +01:00
2018-09-23 16:24:31 -07:00
2018-10-18 12:36:42 +01:00
2019-08-06 16:05:10 +01:00
2019-08-06 11:22:26 +01:00
2018-10-18 12:36:42 +01:00