C++: Change note for mayBeFromImplicitlyDeclaredFunction

This commit is contained in:
Calum Grant
2024-10-16 10:27:54 +01:00
parent 6a48ad0ee7
commit d88a674a15

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Added the predicate `mayBeFromImplicitlyDeclaredFunction()` to the `Expr` class to represent expressions that may be the return value of an implicitly declared C function.