C and C++, don't crash during stringification

Specifically when generating display strings for unary expressions and fold
expressions.

Fixes sphinx-doc/sphinx#7763
This commit is contained in:
Jakob Lykke Andersen
2020-06-02 18:14:04 +02:00
parent e3f9bf43f6
commit e37d080729
5 changed files with 27 additions and 6 deletions

View File

@@ -16,6 +16,9 @@ Features added
Bugs fixed
----------
- #7763: C and C++, don't crash during display stringification of unary
expressions and fold expressions.
Testing
--------