442 Commits (master)
 

Author SHA1 Message Date
  John Drouhard 6800b65532 Add support for constraints on placeholder type specifiers 4 years ago
  jdrouhard 049c2a4ede
Merge pull request #138 from theHamsta/concepts-support 4 years ago
  Stephan Seitz 4af61b769e Make simple_requirement an alias for expression_statement 4 years ago
  Stephan Seitz a7e3fd3e59 avoid trailing_return_type 4 years ago
  Stephan Seitz 54f096870d Add "requires"/"concept" keywords 4 years ago
  Stephan Seitz 4014e212eb Add support for concepts 4 years ago
  John Drouhard e8dcc9d2b4 Support attributes on class/struct/union declarations 4 years ago
  jdrouhard 969de3b878
Merge pull request #135 from BigRedEye/master 4 years ago
  BigRedEye 724b93bac0 feat: Support namespace aliases 4 years ago
  Luni-4 f44509141e
0.20 (#131) 4 years ago
  jdrouhard a7652fce59
Merge pull request #133 from jdrouhard/scoped_identifier_overhaul 4 years ago
  John Drouhard 30b9a2f6b4 Overhaul scoped identifier rules and add dependent name support 4 years ago
  cynix 977dc3a960
Add user-defined literals (#115) 4 years ago
  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 years ago
  John Drouhard d0730bb0c3 Update tree-sitter-c dependency to 0.20.1 4 years ago
  John Drouhard 46befa3f34 Add template_method to field_initializer rule 4 years ago
  jdrouhard 8b112a131b
Merge pull request #130 from alois31/ref-qualifiers 4 years ago
  Alois Wohlschlager 01b9eb2ee5
Ref-qualifiers on functions 4 years ago
  jdrouhard 9a3f2509fe
Merge pull request #120 from ecnerwala/subscript-brace-list 4 years ago
  Andrew He 2889d93330 Add support for initializer lists in subscript operator 4 years ago
  John Drouhard 6cc73d72fd All cpp-specific statements are valid under case statements. Fixes #97 4 years ago
  John Drouhard 5d46d3a5fb Add thread_local to storage_class_specifiers (fixes #101) 4 years ago
  John Drouhard 99e287a435 Utilize tree-sitter-c for [[attribute]] grammar 4 years ago
  John Drouhard cf77dfeb28 Upgrade tree-sitter-c and tree-sitter-cli 4 years ago
  Alois Wohlschlager 49dcdf3d25 Add coroutine tests 4 years ago
  jdrouhard 184b3d5adb
Merge pull request #81 from calixteman/attrs 4 years ago
  Calixte Denizet 25d65aa70c Add c++20 attributes on statements 6 years ago
  Yoann Padioleau 379e9cd1b0
Merge pull request #127 from alois31/co_keywords 4 years ago
  Alois Wohlschlager 42c8fd32c1
Support C++20 coroutines 4 years ago
  jdrouhard f53c3c013a
Merge pull request #72 from calixteman/operator_space 4 years ago
  John Drouhard 3a433c80aa Regenerate grammar and parser 4 years ago
  Calixte Denizet 21e951b104 Can have spaces between delete and [] in operator declaration 6 years ago
  Calixte Denizet ead843bf36 Add operator delete/new[]/delete[] 6 years ago
  Calixte Denizet b996f893a6 Add new operator 6 years ago
  Calixte Denizet 089c1e49cc Operator keyword can be followed by a space 6 years ago
  Microsoft Provenance Contributions 5bb411db33
Update package.json to include the repository key (#126) 4 years ago
  jdrouhard 53afc568b7
Merge pull request #82 from calixteman/ns_scoped 4 years ago
  Calixte Denizet f503c2a0d7 Namespace names for definition can be scoped and contain inline keyword 6 years ago
  Max Brunsfeld c61212414a Disambiguite function declarator vs init declarator 5 years ago
  Max Brunsfeld 05cf2030e5 0.19.0 5 years ago
  Max Brunsfeld 8074ba8944 Bump tree-sitter-cli to 0.19 5 years ago
  Luni-4 3bfe046f39
Add Rust package (#93) 5 years ago
  sebastiansturm a35a275df9
Highlight raw string literals (#91) 5 years ago
  jdrouhard fb8250eef8
Fixes for constructor declarations (#89) 5 years ago
  Max Brunsfeld 5e7476bd01 Improve highlight query 6 years ago
  Max Brunsfeld 20dc2e4301 ⬆️ tree-sitter-cli 6 years ago
  Max Brunsfeld 7070224878 Fix alias: _declaration -> declaration 6 years ago
  Mathieu Nayrolles 72348197be
Add support for Microsoft-specific modifiers (#79) 6 years ago
  jdrouhard 4da6618567
Non-type template parameters can be variadic as well (#76) 6 years ago
  jdrouhard 0c605b92d1
Improve parsing of friend declarations when using c++11 simple type specifier (#77) 6 years ago