Historique des commits

Auteur SHA1 Message Date
  Itamar 510b5073de LanguageServers/Cpp: Refactor logic of find declaration il y a 4 ans
  Itamar e16036b9cc LibCpp: Introduce DummyASTNode il y a 4 ans
  Itamar aa717e6a62 LibCpp: Parse C-Style parse expressions il y a 4 ans
  Itamar ec2c54ee2e LibCpp: Parse "arrow" operator il y a 4 ans
  Itamar 44833f1621 LibCpp: Parse braced initialization list il y a 4 ans
  Itamar d482b3fd60 LibCpp: Parse empty for loops il y a 4 ans
  Itamar fc503b1368 LibCpp: Parse sizeof() expression il y a 4 ans
  Itamar 8bcf5daf3f LibCpp: Handle 'struct' prefix before a type il y a 4 ans
  Itamar 575d6a8ee1 LibCpp: Parse Bitwise & Logical Or & And operators il y a 4 ans
  Itamar 8962581c9c LibCpp: Parse C++ cast expressions il y a 4 ans
  Itamar 646aaa111b LibCpp: Support parsing templatized function calls il y a 4 ans
  Itamar fe4122bbae LibCpp: Support parsing '!=" operator il y a 4 ans
  Itamar 68e9a05472 LibCpp: Parse character literals il y a 4 ans
  Itamar 3295609aea LibCpp: Add AST::Name il y a 4 ans
  Itamar 29b6915db9 LibCpp: Parse templatized types il y a 4 ans
  Itamar 9954a1837f LibCpp: Parse nullptr literal il y a 4 ans
  Itamar cbb49f26d9 LibCpp: Support parsing binary "==" Operator il y a 4 ans
  Itamar 1f9f6ea9d6 LibCpp: Support parsing function qualifiers il y a 4 ans
  Itamar ee35fc0da3 LibCpp: Support parsing empty return statements il y a 4 ans
  Itamar 0babb39cae LibCpp: Parse variable declarations in global scope il y a 4 ans
  Itamar b5cab861e3 LibCpp: Parse Namespace declaration il y a 4 ans
  Linus Groh 6c8185151e LibCpp: Return empty TranslationUnit from Parser::parse() if no tokens exist il y a 4 ans
  Itamar 8688259ed9 LanguageServers/Cpp: Support jumping to declaration of preprocessor il y a 4 ans
  Itamar 5b22f6f45a LibCpp: Parser no longer holds the program's source il y a 4 ans
  Itamar 8a102fe3ec LibCpp: Implement Parser::text_in_range using text of tokens il y a 4 ans
  Itamar 97f2cd596b LibCpp: Remove node_span_size, add index_of_node_at il y a 4 ans
  Itamar 26d9485562 LibCpp: Store the text of a token as a StringView member il y a 4 ans
  Itamar 5cd1c69b96 LibCpp: Access Cpp::Token members via getter functions il y a 4 ans
  Itamar 3658c4c567 LibCpp: Replace defined preprocessor values when parsing il y a 4 ans
  Andreas Kling ef1e5db1d0 Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) il y a 4 ans