mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
We now output literals for accesses to members of template parameters:
So for `foo` in the following example:
```
template<typename T> void bar(T& t) {
T.foo(1)
}
```
3 lines
58 B
Plaintext
3 lines
58 B
Plaintext
| test.cpp:13:15:13:15 | k |
|
|
| test.cpp:14:7:14:9 | foo |
|