Histórico de Commits

Autor SHA1 Mensagem Data
  Ali Mohammad Pur 3c1422d774 LibCpp: Allow virtual destructors há 4 anos atrás
  Ali Mohammad Pur c866a56f07 LibCpp: Match and ignore struct/class inheritance há 4 anos atrás
  Ali Mohammad Pur 8fefbfd5ac LibCpp: Parse enum members with explicit values há 4 anos atrás
  Ali Mohammad Pur 67a19eaecb LibCpp: Parse "extern" declarations há 4 anos atrás
  Ali Mohammad Pur 5d27740387 LibCpp: Accept scoped variable declarations há 4 anos atrás
  Itamar 42eb06f045 LibCpp: Don't store entire ASTNode vector in each parser state há 4 anos atrás
  Itamar eb6a15d52b LibCpp: Only store error messages for the main parser state há 4 anos atrás
  Itamar 34fc6c7e1c LibCpp: Make the fields of AST node types private há 4 anos atrás
  Itamar 232013c05b LibCpp: Add Parser::tokens_in_range(start, end) há 4 anos atrás
  Itamar 9a31fb6673 LibCpp: Fix positional information of Pointer types há 4 anos atrás
  Itamar 1dfdfcf820 LibCpp: Fix parsing of ellipsis há 4 anos atrás
  Itamar d7aa831a43 LibCpp: Differentiate between Type and NamedType há 4 anos atrás
  Itamar 10cad8a874 LibCpp: Add LOG_SCOPE() macro for debugging the parser's flow há 4 anos atrás
  Itamar c1ee0c1685 LibCpp: Support parsing enum classes há 4 anos atrás
  Federico Guerinoni e0f1c237d2 HackStudio: Make TODO entries clickable há 4 anos atrás
  Federico Guerinoni c397e030f4 LibCpp: Add function for retrieving TODO comments from the parser há 4 anos atrás
  Itamar 7de6c1489b LibCpp: Parse basic constructors and destructors há 4 anos atrás
  Itamar fd851ec5c9 LibCpp: Handle class access-specifiers in the Parser há 4 anos atrás
  Itamar dcdb0c7035 LibCpp: Support non-field class members há 4 anos atrás
  Itamar 0c9db38e8f LibCpp: Modify Token::to_string() to include more information há 4 anos atrás
  Itamar ef95ddcbfa LibCpp: Fix match_expression() há 4 anos atrás
  Itamar f28d944122 LibCpp: Support 'auto' Type há 4 anos atrás
  Itamar 0e51aea781 LibCpp: Modify parsing of a Name's scope há 4 anos atrás
  Itamar 84e41c4565 LibCpp: Modify logic of Parser::index_of_node_at há 4 anos atrás
  Itamar 5c42dc854d LibCpp: Rename m_definitions=>m_preprocessor_definitions há 4 anos atrás
  Ali Mohammad Pur 62af7c4bdf AK+LibCpp: Remove DEBUG_SPAM in favour of per-application defines há 4 anos atrás
  Gunnar Beutner 6cf59b6ae9 Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr há 4 anos atrás
  Brian Gianforcaro 7a73f11005 LibCpp: Convert ScopeLogger to use AK:SourceLocation 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