C++: Add change node

This commit is contained in:
idrissrio
2025-06-06 15:58:27 +02:00
parent cb17a35cbd
commit b0c0fb9699

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Added predicates `hasParameterList` and `emptyParameterListIsExplicit` to capture whether a lambda has an explicitly specified parameter list and whether that list is empty, respectively.