209 коммитов (65697b795dfdc8ca8d6b528349e2851692d90eca)

Автор SHA1 Сообщение Дата
  Amaan Qureshi 03aec3de1f
chore: update C to v0.20.3 3 лет назад
  Amaan Qureshi bef54737be
feat: add eslint formatting 3 лет назад
  John Drouhard 670404d7c6 feat: support template friend declarations 3 лет назад
  John Drouhard 0b6d0eb9ab feat!: namespace rule tweaks 3 лет назад
  Amaan Qureshi af15a5260b
feat: add missing fold operators (#195) 3 лет назад
  John Drouhard 03fa93db13 support alternate logical operators (and/or) in requires clauses 3 лет назад
  John Drouhard 56cec4c2eb feat!: support virtual inheritance 3 лет назад
  John Drouhard 5e9f44f632 reduce state count a bit more for function declarations; fix a few places where attributes can appear 3 лет назад
  John Drouhard bc8809507a reduce parse state count by combining class/struct/union declarations into one anonymous rule 3 лет назад
  John Drouhard 20beae977e change function declarator to more accurately parse all the possible components 3 лет назад
  v1nh1shungry e2fcae8792 support attribute in alias declaration 3 лет назад
  John Drouhard 2d2c4aee86 enum_specifier: change to right precedence; fixes #187 3 лет назад
  John Drouhard 2b908639fd decltype(...) expressions can be used in qualified identifiers prior to scope resolution operators 3 лет назад
  Sam McCall cf12e88166
Include rawstring delimiters in the tree, use for injections (#181) 3 лет назад
  John Drouhard 5ead1e26c6 support using-enum-declaration 3 лет назад
  jdrouhard d5e90fba89
Add support for alternative operator representations (#179) 3 лет назад
  Michal Liszcz 45593f0578
Correct function-try-block parsing (#176) 3 лет назад
  John Drouhard 818a564afc Add support for init-statements in range-for loops 4 лет назад
  mliszcz fd7bec5933 Add support for function-try-block 4 лет назад
  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 656d7ea44b Type requirements can only specify type names after the typename keyword, not any expression 4 лет назад
  John Drouhard 1784c22641 Add some fieldnames to requires clause and expression 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 8e735aaf11 Add consteval and constinit support 4 лет назад
  John Drouhard d146a46b58 Concepts: add support for requires clauses in function declarators 4 лет назад
  John Drouhard 9c521041ec trailing return type must be last in a function declarator 4 лет назад
  John Drouhard 862f6f2841 alias decltype_auto to decltype 4 лет назад
  John Drouhard 6800b65532 Add support for constraints on placeholder type specifiers 4 лет назад
  Stephan Seitz 4af61b769e Make simple_requirement an alias for expression_statement 4 лет назад
  Stephan Seitz 4014e212eb Add support for concepts 4 лет назад
  John Drouhard e8dcc9d2b4 Support attributes on class/struct/union declarations 4 лет назад
  BigRedEye 724b93bac0 feat: Support namespace aliases 4 лет назад
  John Drouhard 30b9a2f6b4 Overhaul scoped identifier rules and add dependent name support 4 лет назад
  cynix 977dc3a960
Add user-defined literals (#115) 4 лет назад
  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 4 лет назад
  John Drouhard d0730bb0c3 Update tree-sitter-c dependency to 0.20.1 4 лет назад
  John Drouhard 46befa3f34 Add template_method to field_initializer rule 4 лет назад
  Alois Wohlschlager 01b9eb2ee5
Ref-qualifiers on functions 4 лет назад
  Andrew He 2889d93330 Add support for initializer lists in subscript operator 5 лет назад
  John Drouhard 6cc73d72fd All cpp-specific statements are valid under case statements. Fixes #97 4 лет назад
  John Drouhard 5d46d3a5fb Add thread_local to storage_class_specifiers (fixes #101) 4 лет назад
  John Drouhard 99e287a435 Utilize tree-sitter-c for [[attribute]] grammar 4 лет назад
  Calixte Denizet 25d65aa70c Add c++20 attributes on statements 6 лет назад
  Alois Wohlschlager 42c8fd32c1
Support C++20 coroutines 4 лет назад
  Calixte Denizet 21e951b104 Can have spaces between delete and [] in operator declaration 6 лет назад
  Calixte Denizet ead843bf36 Add operator delete/new[]/delete[] 6 лет назад
  Calixte Denizet b996f893a6 Add new operator 6 лет назад
  Calixte Denizet 089c1e49cc Operator keyword can be followed by a space 6 лет назад