34 Коміти (223c16bdb99d846b1e6fd763860b4ee8f314ade4)

Автор SHA1 Повідомлення Дата
  Niclas 223c16bdb9 fix: parse explicit destructor calls with template arguments 1 місяць тому
  Jules Wiriath 56455f4245
Lambda specifiers implementation (#316) 1 рік тому
  John Drouhard 35a049140d fix lambda declarator front-attr location in parameter-list-included form 1 рік тому
  John Drouhard 4373ae7f74 c++23: support additional lambda expression syntax (P1102R2) 1 рік тому
  John Drouhard 0fc8c8cc42 lambda expressions: support capture syntax through cpp20 1 рік тому
  Brandon Wu 4ca37be8e7
disambiguate fold vs parenthesized assignment (#239) 2 роки тому
  Ben Deane a90f170f92
refactor: rewrite `number_literal` 2 роки тому
  Ben Deane 9692f069b9 Support dependent operator templates 2 роки тому
  Ben Deane 472002f3bf Support multidimensional subscripts 2 роки тому
  Amaan Qureshi dbc1e2baac
fix: initializer lists can be the RHS of an assignment expression 3 роки тому
  Amaan Qureshi eba14809da
fix: primitive types are allowed in compound literal expressions 3 роки тому
  Amaan Qureshi 7d975cd142
chore: update tests and queries 3 роки тому
  John Drouhard 56cec4c2eb feat!: support virtual inheritance 3 роки тому
  Sam McCall cf12e88166
Include rawstring delimiters in the tree, use for injections (#181) 3 роки тому
  jdrouhard d5e90fba89
Add support for alternative operator representations (#179) 3 роки тому
  John Drouhard a832195eb3 trailing return types: all type descriptors can appear as a trailing return type 4 роки тому
  Ben Dunkin a403969cbb
Implement fold expressions and more complete requires clauses (#151) 4 роки тому
  John Drouhard 8071cdeedd Add support for lambda expression template parameters 4 роки тому
  John Drouhard 5b83b753f2 Add support for default comparisons and the three way comparison operator 4 роки тому
  John Drouhard 6800b65532 Add support for constraints on placeholder type specifiers 4 роки тому
  John Drouhard 30b9a2f6b4 Overhaul scoped identifier rules and add dependent name support 4 роки тому
  cynix 977dc3a960
Add user-defined literals (#115) 4 роки тому
  Andrew He 2889d93330 Add support for initializer lists in subscript operator 5 роки тому
  Alois Wohlschlager 49dcdf3d25 Add coroutine tests 4 роки тому
  jdrouhard 1e8f4b142e
Fix array assignment expressions so they don't parse as structured bindings (#78) 6 роки тому
  jdrouhard 4d511d9a92
Identifiers in variadic declarators should be optional like other parameter declarators (#75) 6 роки тому
  calixteman f2e0cd5e3b Fix declaration in if/switch/while conditions (#54) 6 роки тому
  calixteman 94a3cbbc59 new operator can be called in the global scope (#56) 6 роки тому
  calixteman ba21308963 Primitive types have ctors (#66) 6 роки тому
  calixteman 2987cba279 Trailing return type can have a type specifier (#71) 6 роки тому
  calixteman 279b973a92 Handle decltype (#67) 6 роки тому
  calixteman a426194b36 Concatenated strings can contain raw string literals (#65) 6 роки тому
  calixteman 0e080daf03 Add (u|u8|U|L)R raw string literal support (#64) 6 роки тому
  Max Brunsfeld d03a032c0e Add highlight query, syntax highlighting tests 6 роки тому
  jdrouhard 9ad3202e7d Support for parameter pack expansions and improvements to lambda expressions (#60) 6 роки тому
  Max Brunsfeld 42dcb72c28 Add node fields 7 роки тому
  Max Brunsfeld b8e1131099 ⬆️ tree-sitter-c 7 роки тому
  Max Brunsfeld ddd28aa68b Fix parsing of new expressions with no argument lists 7 роки тому
  Max Brunsfeld a1168f46a2 Add raw string literals 8 роки тому
  Max Brunsfeld 63b48817a0 Add nullptr, primitive types, constants 8 роки тому
  Max Brunsfeld 12b2232560 Tweak identifier naming 9 роки тому
  Max Brunsfeld 58b68438ab Improve differentiation between types and variables 9 роки тому
  Max Brunsfeld a38155d4f8 Start separating variable, type, and field names 9 роки тому
  Max Brunsfeld 67e93f50e6 Add declarations with braced initializer lists 9 роки тому
  Max Brunsfeld 279ae4e4e0 Upgrade tree-sitter, add test for nested templates 9 роки тому
  Max Brunsfeld dba3534a27 Allow unparenthesized template calls as types in composite literals 9 роки тому
  Max Brunsfeld 989e5a6d94 Add basic lambda expressions 9 роки тому
  Max Brunsfeld f9e0cb1d52 Allow initializer lists in argument lists 9 роки тому
  Max Brunsfeld b584a472b9 Add new and delete expressions 9 роки тому
  Max Brunsfeld 491904ccb6 Add explicit destructor calls 9 роки тому