35 次代码提交 (af9a043f28b3257c3c41184b71eb93324072c90e)

作者 SHA1 备注 提交日期
  Niclas 65697b795d fix: parse qualified explicit destructor calls 1 个月前
  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 年前