Releases: arduino/ctags
Releases · arduino/ctags
Version 5.8-arduino11
Release 5.8-arduino11
5.8-arduino10
fix wrongly interpreted >> in template
5.8-arduino9: C++: mitigate matching error on generics containing an expression
backport of https://github.com/geany/geany/commit/d40932ce4d05e57573a6d6c8f89f4aea8c42d4f3
ctage 5.8-arduino8
Fix crash with templates containing shifts
5.8-arduino7: Parse C++11 classed enums
Another improvement in c++11 parsing:
- classed enums
- enums with type specifier
5.8-arduino6: c++: Properly parse C++11 override and final members
Fixed parsing of c++11 keywords:
- static_assert
- noexcept
- final
- override