Historique des commits

Auteur SHA1 Message Date
  Sam Atkins 081d9bd010 LibCpp: Cast unused smart-pointer return values to void il y a 3 ans
  Brian Gianforcaro a225b26d88 LibCpp: Fix copy paste typo in Parser::match_secondary_expression il y a 3 ans
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value il y a 3 ans
  Brian Gianforcaro 998234f9e9 LibCpp: Remove redundant comparison to Token::Type::PipePipe il y a 3 ans
  Itamar 9da9398bf0 LibCpp: Do macro substitution in the preprocessor instead of the parser il y a 4 ans
  Itamar 0c4dc00f01 LibCpp: Import definitions from headers while processing il y a 4 ans
  Itamar 4673a517f6 LibCpp: Do lexing in the Preprocessor il y a 4 ans
  Ali Mohammad Pur f16011e4d1 LibCpp: Allow 'final' in a class declaration with inheritance il y a 4 ans
  Ali Mohammad Pur 010be01694 LibCpp: Add support for east const il y a 4 ans
  Ali Mohammad Pur e27ec04cdd LibCpp: Allow 'override' as a function target qualifier il y a 4 ans
  Ali Mohammad Pur 5f66874ea0 LibCpp: Add support for parsing function types il y a 4 ans
  Ali Mohammad Pur b3cbe14569 LibCpp: Allow 'const' after a function's signature il y a 4 ans
  Ali Mohammad Pur 3319114127 LibCpp: Add support for parsing reference types il y a 4 ans
  Ali Mohammad Pur 3c1422d774 LibCpp: Allow virtual destructors il y a 4 ans
  Ali Mohammad Pur c866a56f07 LibCpp: Match and ignore struct/class inheritance il y a 4 ans
  Ali Mohammad Pur 8fefbfd5ac LibCpp: Parse enum members with explicit values il y a 4 ans
  Ali Mohammad Pur 67a19eaecb LibCpp: Parse "extern" declarations il y a 4 ans
  Ali Mohammad Pur 5d27740387 LibCpp: Accept scoped variable declarations il y a 4 ans
  Itamar 42eb06f045 LibCpp: Don't store entire ASTNode vector in each parser state il y a 4 ans
  Itamar eb6a15d52b LibCpp: Only store error messages for the main parser state 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 9a31fb6673 LibCpp: Fix positional information of Pointer types il y a 4 ans
  Itamar 1dfdfcf820 LibCpp: Fix parsing of ellipsis il y a 4 ans
  Itamar d7aa831a43 LibCpp: Differentiate between Type and NamedType il y a 4 ans
  Itamar 10cad8a874 LibCpp: Add LOG_SCOPE() macro for debugging the parser's flow il y a 4 ans
  Itamar c1ee0c1685 LibCpp: Support parsing enum classes il y a 4 ans
  Federico Guerinoni e0f1c237d2 HackStudio: Make TODO entries clickable il y a 4 ans
  Federico Guerinoni c397e030f4 LibCpp: Add function for retrieving TODO comments from the parser il y a 4 ans
  Itamar 7de6c1489b LibCpp: Parse basic constructors and destructors il y a 4 ans