Merge pull request #6537 from andersfugmann/implicit_downcast_involving_references

Implicit downcast involving references
This commit is contained in:
Jonas Jensen
2021-08-25 09:45:32 +02:00
committed by GitHub
4 changed files with 37 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* The query `cpp/implicit-bitfield-downcast` now accounts for C++ reference types, which leads to more true positive results.