Merge pull request #7038 from jakobandersen/cpp_role_target_checking

C++, test role target checks and fix two cases
This commit is contained in:
Jakob Lykke Andersen
2020-01-20 20:05:16 +01:00
committed by GitHub
5 changed files with 390 additions and 3 deletions

View File

@@ -122,6 +122,10 @@ Features added
Bugs fixed
----------
* C++, don't crash when using the ``struct`` role in some cases.
* C++, don't warn when using the ``var``/``member`` role for function
parameters.
Testing
--------