Files
codeql/cpp/ql/test/library-tests/locations/overloaded_operators/locations.expected
2018-08-02 17:53:23 +01:00

8 lines
302 B
Plaintext

| test.cpp:9:12:9:35 | call to MyInt |
| test.cpp:26:18:26:23 | call to MyInt |
| test.cpp:42:15:42:15 | call to operator+ |
| test.cpp:43:5:43:5 | call to operator+= |
| test.cpp:44:3:44:3 | call to operator++ |
| test.cpp:45:4:45:4 | call to operator++ |
| test.cpp:46:5:46:5 | call to operator>>= |