Cronologia Commit

Autore SHA1 Messaggio Data
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 anni fa
  Itamar 4a8afd6b4e LibCpp: Add public Parser::tokens() method 3 anni fa
  Itamar 4f1c77a059 LibCpp: Fix end position calculation for various AST node types 3 anni fa
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 anni fa
  Itamar 9da9398bf0 LibCpp: Do macro substitution in the preprocessor instead of the parser 4 anni fa
  Itamar 0c4dc00f01 LibCpp: Import definitions from headers while processing 4 anni fa
  Itamar 4673a517f6 LibCpp: Do lexing in the Preprocessor 4 anni fa
  Itamar 42eb06f045 LibCpp: Don't store entire ASTNode vector in each parser state 4 anni fa
  Itamar eb6a15d52b LibCpp: Only store error messages for the main parser state 4 anni fa
  Itamar 232013c05b LibCpp: Add Parser::tokens_in_range(start, end) 4 anni fa
  Itamar d7aa831a43 LibCpp: Differentiate between Type and NamedType 4 anni fa
  Federico Guerinoni e0f1c237d2 HackStudio: Make TODO entries clickable 4 anni fa
  Federico Guerinoni c397e030f4 LibCpp: Add function for retrieving TODO comments from the parser 4 anni fa
  Itamar 7de6c1489b LibCpp: Parse basic constructors and destructors 4 anni fa
  Itamar fd851ec5c9 LibCpp: Handle class access-specifiers in the Parser 4 anni fa
  Itamar dcdb0c7035 LibCpp: Support non-field class members 4 anni fa
  Itamar 5c42dc854d LibCpp: Rename m_definitions=>m_preprocessor_definitions 4 anni fa
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 anni fa
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
  Itamar 4831dc0e30 LibCpp: Support parsing class declarations 4 anni fa
  Itamar 9e2e36724d LibCpp: Add TemplatizedName 4 anni fa
  Itamar e16036b9cc LibCpp: Introduce DummyASTNode 4 anni fa
  Itamar aa717e6a62 LibCpp: Parse C-Style parse expressions 4 anni fa
  Itamar 44833f1621 LibCpp: Parse braced initialization list 4 anni fa
  Itamar fc503b1368 LibCpp: Parse sizeof() expression 4 anni fa
  Itamar 8962581c9c LibCpp: Parse C++ cast expressions 4 anni fa
  Itamar 646aaa111b LibCpp: Support parsing templatized function calls 4 anni fa
  Itamar 3295609aea LibCpp: Add AST::Name 4 anni fa
  Itamar 29b6915db9 LibCpp: Parse templatized types 4 anni fa
  Itamar 1f9f6ea9d6 LibCpp: Support parsing function qualifiers 4 anni fa