1
0
Files
tree-sitter-cpp/tree-sitter-cpp.changes

35 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

-------------------------------------------------------------------
Thu Aug 01 21:52:23 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
- Update to version 0.22.3:
* Add tests for template/comparison ambiguities
* Fix ambiguity between template and comparison
* fix: remove `choice` wrapper around 'virtual'
* fix(query): remove duplicate rule
-------------------------------------------------------------------
Mon Apr 29 21:52:37 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
- Update to version 0.22.0:
* feat: support reference declarators in types
* feat: add optional attribute declarations after 'namespace'
* feat: support pure virtual destructors
* fix: specifier and virtual do not strictly require each other
* fix(scanner): only call memcpy if `length` is greater than 0
* feat(scanner): use alloc header
-------------------------------------------------------------------
Sun Feb 25 18:08:06 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
- Initial packaging for openSUSE
- Update to version 0.20.5:
* fix: allow qualified identifiers in field expressions
* fix: give for statement bodies a higher `dynamic` precedence to avoid parse errors
* fix(scanner): return false during error recovery
* chore: update tree-sitter-c
* docs: update badges
* chore(scanner): formatting improvements
* fix: hide aliased rule