Files
codeql/cpp/ql/test/library-tests/dataflow/partialdefinitions
Jonas Jensen d6fba0ef46 C++: Don't create partial defs for calls to const
These partial defs don't do any harm, but they could hurt performance.
In typical C++ snapshots, between 5% and 20% of all calls are to `const`
functions.
2019-09-10 09:49:16 +02:00
..