Files
codeql/cpp/ql/test/library-tests/locations/overloaded_operators/locations.expected
Matthew Gretton-Dann 1b67f47918 C++: Update with improved location information
EDG 6.0 gives better location in some circumstances changing the results
of these tests for the better.
2020-02-05 09:11:23 +00:00

8 lines
301 B
Plaintext

| test.cpp:9:5:9:36 | 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>>= |