Historique des commits

Auteur SHA1 Message Date
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Dan Klishch f9d485191d LibCpp: Add some missing accessors to AST nodes il y a 1 an
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions il y a 2 ans
  Ali Mohammad Pur 543ccecc0b LibCpp: Add support for type aliases with typedef/using il y a 2 ans
  iyush ac435f914c LibCpp: Support for parsing c-style fixed arrays (arr[2]) il y a 2 ans
  Andreas Kling 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes il y a 2 ans
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector il y a 2 ans
  Andreas Kling 70d7fb6a03 LibCpp: Make C++ AST (mostly) const-correct il y a 2 ans
  Poseydon42 3cd04f40e1 LibCpp: Parse 'using namespace' declarations il y a 2 ans
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Itamar f4cca20972 LibCpp: Parse inheritance il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Lenny Maiorani 5b7a5b3c01 LibCpp: Change class_name to use StringView instead of char const* il y a 3 ans
  Itamar 7fa7c7d63c LanguageServers/Cpp: Make find declaration of enums work il y a 3 ans
  Itamar 7b42abccf2 LibCpp: Allow qualified names in AST Declaration nodes il y a 3 ans
  Itamar 36aac14798 LibCpp: Fix Declaration::is_member() il y a 3 ans
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value il y a 3 ans
  Ali Mohammad Pur 5f66874ea0 LibCpp: Add support for parsing function types il y a 4 ans
  Ali Mohammad Pur 3319114127 LibCpp: Add support for parsing reference types il y a 4 ans
  Ali Mohammad Pur 8fefbfd5ac LibCpp: Parse enum members with explicit values il y a 4 ans
  Itamar b5a02b180c LibCpp: Use fast_is<T> and verify_cast<T> to replace C-style casts il y a 4 ans
  Itamar 34fc6c7e1c LibCpp: Make the fields of AST node types private il y a 4 ans
  Itamar 232013c05b LibCpp: Add Parser::tokens_in_range(start, end) il y a 4 ans
  Itamar d7aa831a43 LibCpp: Differentiate between Type and NamedType il y a 4 ans
  Itamar c1ee0c1685 LibCpp: Support parsing enum classes il y a 4 ans
  Itamar 7de6c1489b LibCpp: Parse basic constructors and destructors il y a 4 ans
  Itamar dcdb0c7035 LibCpp: Support non-field class members il y a 4 ans
  Itamar fbf796cd9f LibCpp: Fix "NumricLiteral" => "NumericLiteral" typo il y a 4 ans