Histórico de Commits

Autor SHA1 Mensagem Data
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String há 1 ano atrás
  Dan Klishch f9d485191d LibCpp: Add some missing accessors to AST nodes há 1 ano atrás
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions há 2 anos 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 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 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
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 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
  Itamar f4cca20972 LibCpp: Parse inheritance há 3 anos atrás
  Idan Horowitz 086969277e Everywhere: Run clang-format há 3 anos atrás
  Lenny Maiorani 5b7a5b3c01 LibCpp: Change class_name to use StringView instead of char const* há 3 anos atrás
  Itamar 7fa7c7d63c LanguageServers/Cpp: Make find declaration of enums work há 3 anos atrás
  Itamar 7b42abccf2 LibCpp: Allow qualified names in AST Declaration nodes há 3 anos atrás
  Itamar 36aac14798 LibCpp: Fix Declaration::is_member() há 3 anos atrás
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 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 b5a02b180c LibCpp: Use fast_is<T> and verify_cast<T> to replace C-style casts 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 d7aa831a43 LibCpp: Differentiate between Type and NamedType há 4 anos atrás
  Itamar c1ee0c1685 LibCpp: Support parsing enum classes 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 fbf796cd9f LibCpp: Fix "NumricLiteral" => "NumericLiteral" typo há 4 anos atrás