C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-06-10 13:01:01 +01:00
parent b0c4fcec57
commit 1aea120e89

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The "Guards" library (`semmle.code.cpp.controlflow.Guards`) now also infers guards from calls to the builtin operation `__builtin_expect`. As a result, some queries may produce fewer false positives.