Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f12c18

Browse files
committed
CPP: Change note.
1 parent 7bf9200 commit 5f12c18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

change-notes/1.19/analysis-cpp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
| **Query** | **Expected impact** | **Change** |
1717
|----------------------------|------------------------|------------------------------------------------------------------|
1818
| Empty branch of conditional | Fewer false positive results | The query now recognizes commented blocks more reliably. |
19+
| Expression has no effect | Fewer false positive results | Expressions in template instantiations are now excluded from this query. |
1920
| Resource not released in destructor | Fewer false positive results | Placement new is now excluded from the query. Also fixed an issue where false positives could occur if the destructor body was not in the snapshot. |
2021
| Missing return statement (`cpp/missing-return`) | Visible by default | The precision of this query has been increased from 'medium' to 'high', which makes it visible by default in LGTM. It was 'medium' in release 1.17 and 1.18 because it had false positives due to an extractor bug that was fixed in 1.18. |
2122
| Missing return statement | Fewer false positive results | The query is now produces correct results when a function returns a template-dependent type. |

0 commit comments

Comments
 (0)