C++: Add change note for cpp/unused-local-variable changes

This commit is contained in:
Jeroen Ketema
2022-03-25 13:10:27 +01:00
parent 4f49f9d6e1
commit dea510ac95

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The `cpp/unused-local-variable` no longer ignores functions that include lambda expressions capturing trivially copyable objects.