103 Revīzijas (92fda59cbcfe37c302e3c4babe56aada68228b54)

Autors SHA1 Ziņojums Datums
  John Drouhard 0fc8c8cc42 lambda expressions: support capture syntax through cpp20 pirms 1 gada
  Amaan Qureshi d6eba4f3d8 fix: inline the `virtual` node pirms 1 gada
  Amaan Qureshi 7bb212b9f3 feat: bump tree-sitter-c to 0.23.0 pirms 1 gada
  Valentin Touzeau f8472022c0 Add tests for template/comparison ambiguities pirms 2 gadiem
  Amaan Qureshi 6ca758cff9
feat: bump C grammar pirms 2 gadiem
  Amaan Qureshi 1c3c93d727 feat: support pure virtual destructors pirms 2 gadiem
  Amaan Qureshi aa79a170c6 fix: specifier and virtual do not strictly require each other pirms 2 gadiem
  Amaan Qureshi d51470929e fix: allow qualified identifiers in field expressions pirms 2 gadiem
  Amaan Qureshi 1ef1791b3c fix: give for statement bodies a higher `dynamic` precedence to avoid parse errors pirms 2 gadiem
  Brandon Wu 4ca37be8e7
disambiguate fold vs parenthesized assignment (#239) pirms 2 gadiem
  Amaan Qureshi 3deebb6635
fix: abstrace reference declarators in parameters pirms 2 gadiem
  Amaan Qureshi 16874f1fea
chore: bump tree-sitter-c to 0.20.7 pirms 2 gadiem
  Ben Deane a90f170f92
refactor: rewrite `number_literal` pirms 2 gadiem
  Amaan Qureshi 5cd0aa4e01
chore: add C's test corpus for better regression detection pirms 2 gadiem
  Ben Deane 9692f069b9 Support dependent operator templates pirms 2 gadiem
  Ben Deane 472002f3bf Support multidimensional subscripts pirms 2 gadiem
  Amaan Qureshi ba1f79fb1d
fix: allow `attribute_specifier` after `noexcept` pirms 3 gadiem
  Amaan Qureshi c7dd622e7a
feat: add `alignas_specifier` and `alignof_expression` pirms 3 gadiem
  Amaan Qureshi e99ad99231
fix: allow pointer declarators in qualified identifiers & `.*` in field expressions pirms 3 gadiem
  Amaan Qureshi dbc1e2baac
fix: initializer lists can be the RHS of an assignment expression pirms 3 gadiem
  Amaan Qureshi eba14809da
fix: primitive types are allowed in compound literal expressions pirms 3 gadiem
  Amaan Qureshi 0dd318d271
fix: update `if_statement` to align with C pirms 3 gadiem
  Amaan Qureshi 7d975cd142
chore: update tests and queries pirms 3 gadiem
  John Drouhard 670404d7c6 feat: support template friend declarations pirms 3 gadiem
  John Drouhard 0b6d0eb9ab feat!: namespace rule tweaks pirms 3 gadiem
  John Drouhard 03fa93db13 support alternate logical operators (and/or) in requires clauses pirms 3 gadiem
  John Drouhard 56cec4c2eb feat!: support virtual inheritance pirms 3 gadiem
  John Drouhard 5e9f44f632 reduce state count a bit more for function declarations; fix a few places where attributes can appear pirms 3 gadiem
  John Drouhard 20beae977e change function declarator to more accurately parse all the possible components pirms 3 gadiem
  v1nh1shungry e2fcae8792 support attribute in alias declaration pirms 3 gadiem
  John Drouhard 2d2c4aee86 enum_specifier: change to right precedence; fixes #187 pirms 3 gadiem
  John Drouhard 2b908639fd decltype(...) expressions can be used in qualified identifiers prior to scope resolution operators pirms 3 gadiem
  Sam McCall cf12e88166
Include rawstring delimiters in the tree, use for injections (#181) pirms 3 gadiem
  John Drouhard 5ead1e26c6 support using-enum-declaration pirms 3 gadiem
  jdrouhard d5e90fba89
Add support for alternative operator representations (#179) pirms 3 gadiem
  Michal Liszcz 45593f0578
Correct function-try-block parsing (#176) pirms 3 gadiem
  John Drouhard 818a564afc Add support for init-statements in range-for loops pirms 4 gadiem
  mliszcz fd7bec5933 Add support for function-try-block pirms 4 gadiem
  John Drouhard a832195eb3 trailing return types: all type descriptors can appear as a trailing return type pirms 4 gadiem
  Ben Dunkin a403969cbb
Implement fold expressions and more complete requires clauses (#151) pirms 4 gadiem
  John Drouhard 8071cdeedd Add support for lambda expression template parameters pirms 4 gadiem
  John Drouhard 5b83b753f2 Add support for default comparisons and the three way comparison operator pirms 4 gadiem
  John Drouhard 8e735aaf11 Add consteval and constinit support pirms 4 gadiem
  John Drouhard d146a46b58 Concepts: add support for requires clauses in function declarators pirms 4 gadiem
  John Drouhard 862f6f2841 alias decltype_auto to decltype pirms 4 gadiem
  John Drouhard 6800b65532 Add support for constraints on placeholder type specifiers pirms 4 gadiem
  Stephan Seitz 4af61b769e Make simple_requirement an alias for expression_statement pirms 4 gadiem
  Stephan Seitz a7e3fd3e59 avoid trailing_return_type pirms 4 gadiem
  Stephan Seitz 4014e212eb Add support for concepts pirms 4 gadiem
  John Drouhard e8dcc9d2b4 Support attributes on class/struct/union declarations pirms 4 gadiem