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
  iyush ac435f914c LibCpp: Support for parsing c-style fixed arrays (arr[2]) 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
  Poseydon42 3cd04f40e1 LibCpp: Parse 'using namespace' declarations há 2 anos atrás
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) há 3 anos atrás
  Ferhat Geçdoğan 1fa976722a LibCpp: Support "FIXME" for comments há 3 anos atrás
  Itamar b35293d945 LibCodeComprehension: Re-organize code comprehension related code há 3 anos atrás
  Itamar f4cca20972 LibCpp: Parse inheritance há 3 anos atrás
  Idan Horowitz 086969277e Everywhere: Run clang-format há 3 anos atrás
  Itamar abc420b15a LibCpp: Set end position for the return type node of FunctionType nodes há 3 anos atrás
  Itamar 7b42abccf2 LibCpp: Allow qualified names in AST Declaration nodes há 3 anos atrás
  Itamar 4f1c77a059 LibCpp: Fix end position calculation for various AST node types há 3 anos atrás
  Itamar ae68355a56 LibCpp: Fix parent of parameter type node há 3 anos atrás
  Sam Atkins 081d9bd010 LibCpp: Cast unused smart-pointer return values to void há 3 anos atrás
  Brian Gianforcaro a225b26d88 LibCpp: Fix copy paste typo in Parser::match_secondary_expression há 3 anos atrás
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value há 3 anos atrás
  Brian Gianforcaro 998234f9e9 LibCpp: Remove redundant comparison to Token::Type::PipePipe 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
  Ali Mohammad Pur f16011e4d1 LibCpp: Allow 'final' in a class declaration with inheritance há 4 anos atrás
  Ali Mohammad Pur 010be01694 LibCpp: Add support for east const há 4 anos atrás
  Ali Mohammad Pur e27ec04cdd LibCpp: Allow 'override' as a function target qualifier há 4 anos atrás
  Ali Mohammad Pur 5f66874ea0 LibCpp: Add support for parsing function types há 4 anos atrás
  Ali Mohammad Pur b3cbe14569 LibCpp: Allow 'const' after a function's signature há 4 anos atrás
  Ali Mohammad Pur 3319114127 LibCpp: Add support for parsing reference types há 4 anos atrás