mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
It's a bit crude to suppress all results in instantiations, but we're already using this kind of suppression in `PointlessComparison.ql` (without the `Self`) because there is no convenient alternative. It means we lose some good results but also suppress a new false positive in Boost that surfaced after we added support for non-type template parameters.
8 lines
405 B
Plaintext
8 lines
405 B
Plaintext
| templates.cpp:17:5:17:25 | ... < ... | Self comparison. |
|
|
| test.cpp:13:11:13:21 | ... == ... | Self comparison. |
|
|
| test.cpp:79:11:79:32 | ... == ... | Self comparison. |
|
|
| test.cpp:83:10:83:15 | ... == ... | Self comparison. |
|
|
| test.cpp:90:10:90:15 | ... == ... | Self comparison. |
|
|
| test.cpp:118:7:118:32 | ... != ... | Self comparison. |
|
|
| test.cpp:151:11:151:16 | ... == ... | Self comparison. |
|