-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathUnusedLocalFunction.expected
More file actions
8 lines (8 loc) · 1.03 KB
/
UnusedLocalFunction.expected
File metadata and controls
8 lines (8 loc) · 1.03 KB
1
2
3
4
5
6
7
8
| test.cpp:3:13:3:14 | f1 | Static function f1 is not statically called, or is in an unused template. |
| test.cpp:21:29:21:33 | getAT | Static function getAT is not statically called, or is in an unused template. |
| test.cpp:45:8:45:9 | g2 | Private member function A::g2 is not statically called, or is in an unused template. |
| test.cpp:60:5:60:9 | getAT | Private member function C<T>::getAT is not statically called, or is in an unused template. |
| test.cpp:81:6:81:7 | h2 | Anonymous namespace function (unnamed namespace)::h2 is not statically called, or is in an unused template. |
| test.cpp:85:6:85:7 | h3 | Anonymous namespace function (unnamed namespace)::foo::bar::h3 is not statically called, or is in an unused template. |
| test.cpp:144:8:144:8 | f | Anonymous namespace class member function (unnamed namespace)::C1::f is not statically called, or is in an unused template. |
| test.cpp:150:8:150:8 | f | Anonymous namespace class member function (unnamed namespace)::named::C2::f is not statically called, or is in an unused template. |