Histórico de Commits

Autor SHA1 Mensagem Data
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String há 1 ano atrás
  Ali Mohammad Pur 543ccecc0b LibCpp: Add support for type aliases with typedef/using há 2 anos atrás
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector há 2 anos atrás
  Andreas Kling 70d7fb6a03 LibCpp: Make C++ AST (mostly) const-correct há 2 anos atrás
  Sam Atkins 914d557097 LibCpp: Remove declarations for non-existent methods há 2 anos atrás
  Poseydon42 3cd04f40e1 LibCpp: Parse 'using namespace' declarations há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  Linus Groh d26aabff04 Everywhere: Run clang-format há 2 anos atrás
  Ben Wiederhake 7c5e30daaa Everywhere: Fix badly-formatted includes há 2 anos atrás
  Itamar b35293d945 LibCodeComprehension: Re-organize code comprehension related code há 3 anos atrás
  Idan Horowitz 086969277e Everywhere: Run clang-format há 3 anos atrás
  Itamar 4a8afd6b4e LibCpp: Add public Parser::tokens() method há 3 anos atrás
  Itamar 4f1c77a059 LibCpp: Fix end position calculation for various AST node types há 3 anos atrás
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value há 3 anos atrás
  Itamar 9da9398bf0 LibCpp: Do macro substitution in the preprocessor instead of the parser há 3 anos atrás
  Itamar 0c4dc00f01 LibCpp: Import definitions from headers while processing há 3 anos atrás
  Itamar 4673a517f6 LibCpp: Do lexing in the Preprocessor há 3 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 232013c05b LibCpp: Add Parser::tokens_in_range(start, end) há 4 anos atrás
  Itamar d7aa831a43 LibCpp: Differentiate between Type and NamedType 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 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