Skip to content

Releases: arduino/ctags

Version 5.8-arduino11

09 Jan 09:54
5.8-arduino11

Choose a tag to compare

Release 5.8-arduino11

5.8-arduino10

09 Mar 14:34

Choose a tag to compare

fix wrongly interpreted >> in template

5.8-arduino9: C++: mitigate matching error on generics containing an expression

02 Mar 15:13

Choose a tag to compare

backport of https://github.com/geany/geany/commit/d40932ce4d05e57573a6d6c8f89f4aea8c42d4f3

ctage 5.8-arduino8

02 Mar 11:31

Choose a tag to compare

Fix crash with templates containing shifts

5.8-arduino7: Parse C++11 classed enums

05 Feb 14:45

Choose a tag to compare

Another improvement in c++11 parsing:

  • classed enums
  • enums with type specifier

5.8-arduino6: c++: Properly parse C++11 override and final members

21 Jan 10:11

Choose a tag to compare

Fixed parsing of c++11 keywords:

  • static_assert
  • noexcept
  • final
  • override