50 Revize (2e73beed761d719182c5fbe65da3e6def590627f)

Autor SHA1 Zpráva Datum
  rktdm d749ef5967 feat: support explicit object parameters před 1 rokem
  rktdm 6d631146ef feat: allow extern template instantiantions před 1 rokem
  John Drouhard 5e18e2b295 using directives: allow attributes to appear at the beginning před 1 rokem
  John Drouhard ac5dc6f4d4 attributes: support [[using attr-namespace: ...]] před 1 rokem
  Amaan Qureshi d6eba4f3d8 fix: inline the `virtual` node před 1 rokem
  Amaan Qureshi 6ca758cff9
feat: bump C grammar před 2 roky
  Amaan Qureshi aa79a170c6 fix: specifier and virtual do not strictly require each other před 2 roky
  Amaan Qureshi d51470929e fix: allow qualified identifiers in field expressions před 2 roky
  Amaan Qureshi 3deebb6635
fix: abstrace reference declarators in parameters před 2 roky
  Amaan Qureshi 16874f1fea
chore: bump tree-sitter-c to 0.20.7 před 2 roky
  Amaan Qureshi ba1f79fb1d
fix: allow `attribute_specifier` after `noexcept` před 3 roky
  Amaan Qureshi c7dd622e7a
feat: add `alignas_specifier` and `alignof_expression` před 3 roky
  Amaan Qureshi e99ad99231
fix: allow pointer declarators in qualified identifiers & `.*` in field expressions před 3 roky
  Amaan Qureshi 7d975cd142
chore: update tests and queries před 3 roky
  John Drouhard 670404d7c6 feat: support template friend declarations před 3 roky
  John Drouhard 0b6d0eb9ab feat!: namespace rule tweaks před 3 roky
  John Drouhard 56cec4c2eb feat!: support virtual inheritance před 3 roky
  John Drouhard 5e9f44f632 reduce state count a bit more for function declarations; fix a few places where attributes can appear před 3 roky
  John Drouhard 20beae977e change function declarator to more accurately parse all the possible components před 3 roky
  v1nh1shungry e2fcae8792 support attribute in alias declaration před 3 roky
  John Drouhard 2d2c4aee86 enum_specifier: change to right precedence; fixes #187 před 3 roky
  Sam McCall cf12e88166
Include rawstring delimiters in the tree, use for injections (#181) před 3 roky
  John Drouhard 5ead1e26c6 support using-enum-declaration před 3 roky
  Michal Liszcz 45593f0578
Correct function-try-block parsing (#176) před 3 roky
  John Drouhard 5b83b753f2 Add support for default comparisons and the three way comparison operator před 4 roky
  John Drouhard 8e735aaf11 Add consteval and constinit support před 4 roky
  John Drouhard 6800b65532 Add support for constraints on placeholder type specifiers před 4 roky
  John Drouhard e8dcc9d2b4 Support attributes on class/struct/union declarations před 4 roky
  BigRedEye 724b93bac0 feat: Support namespace aliases před 4 roky
  John Drouhard 30b9a2f6b4 Overhaul scoped identifier rules and add dependent name support před 4 roky
  cynix 977dc3a960
Add user-defined literals (#115) před 4 roky
  John Drouhard ca00ce9629 Refactor virtual_function_specifier to simply be a declaration modifier so it can appear in any order in the decl-specifier-seq před 4 roky
  John Drouhard 46befa3f34 Add template_method to field_initializer rule před 4 roky
  Alois Wohlschlager 01b9eb2ee5
Ref-qualifiers on functions před 4 roky
  John Drouhard 5d46d3a5fb Add thread_local to storage_class_specifiers (fixes #101) před 4 roky
  John Drouhard 99e287a435 Utilize tree-sitter-c for [[attribute]] grammar před 4 roky
  Calixte Denizet 25d65aa70c Add c++20 attributes on statements před 6 roky
  Calixte Denizet 21e951b104 Can have spaces between delete and [] in operator declaration před 6 roky
  Calixte Denizet ead843bf36 Add operator delete/new[]/delete[] před 6 roky
  Calixte Denizet b996f893a6 Add new operator před 6 roky
  Calixte Denizet 089c1e49cc Operator keyword can be followed by a space před 6 roky
  Calixte Denizet f503c2a0d7 Namespace names for definition can be scoped and contain inline keyword před 6 roky
  Max Brunsfeld c61212414a Disambiguite function declarator vs init declarator před 5 roky
  jdrouhard fb8250eef8
Fixes for constructor declarations (#89) před 5 roky
  Max Brunsfeld 7070224878 Fix alias: _declaration -> declaration před 6 roky
  jdrouhard 4da6618567
Non-type template parameters can be variadic as well (#76) před 6 roky
  jdrouhard 0c605b92d1
Improve parsing of friend declarations when using c++11 simple type specifier (#77) před 6 roky
  calixteman 9570367528
Add operator conversion (#73) před 6 roky
  calixteman 86f1e6ca02 static_assert can have raw strings or concatenated strings as 2nd arg (#69) před 6 roky
  Max Brunsfeld d03a032c0e Add highlight query, syntax highlighting tests před 6 roky