C, C++, fix KeyError due to alias directive

This commit is contained in:
Jakob Lykke Andersen
2021-04-18 16:39:58 +02:00
parent 8ec937d4c9
commit 025ec263f9
3 changed files with 7 additions and 2 deletions

View File

@@ -24,6 +24,9 @@ Features added
Bugs fixed
----------
* C, C++, fix ``KeyError`` when an ``alias`` directive is the first C/C++
directive in a file with another C/C++ directive later.
Testing
--------