Histórico de Commits

Autor SHA1 Mensagem Data
  Itamar 5c42dc854d LibCpp: Rename m_definitions=>m_preprocessor_definitions há 4 anos atrás
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Itamar 4831dc0e30 LibCpp: Support parsing class declarations há 4 anos atrás
  Itamar 9e2e36724d LibCpp: Add TemplatizedName há 4 anos atrás
  Itamar e16036b9cc LibCpp: Introduce DummyASTNode há 4 anos atrás
  Itamar aa717e6a62 LibCpp: Parse C-Style parse expressions há 4 anos atrás
  Itamar 44833f1621 LibCpp: Parse braced initialization list há 4 anos atrás
  Itamar fc503b1368 LibCpp: Parse sizeof() expression há 4 anos atrás
  Itamar 8962581c9c LibCpp: Parse C++ cast expressions há 4 anos atrás
  Itamar 646aaa111b LibCpp: Support parsing templatized function calls há 4 anos atrás
  Itamar 3295609aea LibCpp: Add AST::Name há 4 anos atrás
  Itamar 29b6915db9 LibCpp: Parse templatized types há 4 anos atrás
  Itamar 1f9f6ea9d6 LibCpp: Support parsing function qualifiers há 4 anos atrás
  Itamar 0babb39cae LibCpp: Parse variable declarations in global scope há 4 anos atrás
  Itamar 84e34d76d8 HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator há 4 anos atrás
  Itamar b5cab861e3 LibCpp: Parse Namespace declaration há 4 anos atrás
  Itamar 8688259ed9 LanguageServers/Cpp: Support jumping to declaration of preprocessor há 4 anos atrás
  Itamar 5b22f6f45a LibCpp: Parser no longer holds the program's source há 4 anos atrás
  Itamar 8a102fe3ec LibCpp: Implement Parser::text_in_range using text of tokens há 4 anos atrás
  Itamar 97f2cd596b LibCpp: Remove node_span_size, add index_of_node_at há 4 anos atrás
  Itamar 3658c4c567 LibCpp: Replace defined preprocessor values when parsing há 4 anos atrás
  Itamar 1d3b5dabc3 LibCpp: Parse ellipsis há 4 anos atrás
  Itamar 5c79297b2c LibCpp: Consume attribute specification when parsing há 4 anos atrás
  Itamar 5a7abb8363 LibCpp: Parse type qualifiers há 4 anos atrás
  Itamar d3ff82ba80 LibCpp: Store filename in ASTNodes há 4 anos atrás
  Itamar 8ace2cfa18 LibCpp: Fix lexing & parsing of non-terminated strings há 4 anos atrás
  Itamar ef9bfbd383 LanguageServers/Cpp: Autocomplete declarations from included headers há 4 anos atrás
  Itamar 8ed65d7b48 LibCpp: Parse If statements há 4 anos atrás
  Itamar c96b6987c4 LibCpp: Add the beginning of a C++ parser há 4 anos atrás