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 c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars há 3 anos atrás
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 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 e9de381607 LibCpp: Don't include parameter type in FunctionType::to_string if null há 3 anos atrás
  Itamar 7b42abccf2 LibCpp: Allow qualified names in AST Declaration nodes há 3 anos atrás
  Ali Mohammad Pur 5f66874ea0 LibCpp: Add support for parsing function types há 4 anos atrás
  Ali Mohammad Pur 3319114127 LibCpp: Add support for parsing reference types há 4 anos atrás
  Ali Mohammad Pur 8fefbfd5ac LibCpp: Parse enum members with explicit values há 4 anos atrás
  Itamar 34fc6c7e1c LibCpp: Make the fields of AST node types private há 4 anos atrás
  Itamar d7aa831a43 LibCpp: Differentiate between Type and NamedType há 4 anos atrás
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) há 4 anos atrás
  Itamar 7de6c1489b LibCpp: Parse basic constructors and destructors há 4 anos atrás
  Itamar dcdb0c7035 LibCpp: Support non-field class members há 4 anos atrás
  Itamar b5da0b71e5 LibCpp: Consider declarations inside a function's body há 4 anos atrás
  Itamar 402483ec1f LibCpp: Generalize ASTNode::dump() to support redirecting its output há 4 anos atrás
  Itamar f28d944122 LibCpp: Support 'auto' Type há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Itamar c6c83bd80e HackStudio+LibCpp: Include class members in Locator há 4 anos atrás
  Itamar 9e2e36724d LibCpp: Add TemplatizedName há 4 anos atrás
  Itamar aa717e6a62 LibCpp: Parse C-Style parse expressions há 4 anos atrás
  Itamar ec2c54ee2e LibCpp: Parse "arrow" operator há 4 anos atrás