mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
C++: change note
This commit is contained in:
4
cpp/ql/lib/change-notes/2023-05-02-ir-noreturn-calls.md
Normal file
4
cpp/ql/lib/change-notes/2023-05-02-ir-noreturn-calls.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: majorAnalysis
|
||||
---
|
||||
* In the intermediate representation, nonreturning calls now have the `Unreached` instruction for their containing function as their control flow successor. This should remove false positives involving such calls.
|
||||
Reference in New Issue
Block a user