Historique des commits

Auteur SHA1 Message Date
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Ali Mohammad Pur 543ccecc0b LibCpp: Add support for type aliases with typedef/using 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
  Sam Atkins 914d557097 LibCpp: Remove declarations for non-existent methods il y a 2 ans
  Poseydon42 3cd04f40e1 LibCpp: Parse 'using namespace' declarations il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Linus Groh d26aabff04 Everywhere: Run clang-format il y a 2 ans
  Ben Wiederhake 7c5e30daaa Everywhere: Fix badly-formatted includes il y a 2 ans
  Itamar b35293d945 LibCodeComprehension: Re-organize code comprehension related code il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Itamar 4a8afd6b4e LibCpp: Add public Parser::tokens() method il y a 3 ans
  Itamar 4f1c77a059 LibCpp: Fix end position calculation for various AST node types il y a 3 ans
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value il y a 3 ans
  Itamar 9da9398bf0 LibCpp: Do macro substitution in the preprocessor instead of the parser il y a 3 ans
  Itamar 0c4dc00f01 LibCpp: Import definitions from headers while processing il y a 3 ans
  Itamar 4673a517f6 LibCpp: Do lexing in the Preprocessor il y a 3 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 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
  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
  Itamar fd851ec5c9 LibCpp: Handle class access-specifiers in the Parser il y a 4 ans
  Itamar dcdb0c7035 LibCpp: Support non-field class members il y a 4 ans
  Itamar 5c42dc854d LibCpp: Rename m_definitions=>m_preprocessor_definitions il y a 4 ans
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Itamar 4831dc0e30 LibCpp: Support parsing class declarations il y a 4 ans