Historique des commits

Auteur SHA1 Message Date
  Itamar 34fc6c7e1c LibCpp: Make the fields of AST node types private il y a 4 ans
  Itamar d7aa831a43 LibCpp: Differentiate between Type and NamedType il y a 4 ans
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) 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 b5da0b71e5 LibCpp: Consider declarations inside a function's body il y a 4 ans
  Itamar 402483ec1f LibCpp: Generalize ASTNode::dump() to support redirecting its output il y a 4 ans
  Itamar f28d944122 LibCpp: Support 'auto' Type il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Itamar c6c83bd80e HackStudio+LibCpp: Include class members in Locator il y a 4 ans
  Itamar 9e2e36724d LibCpp: Add TemplatizedName il y a 4 ans
  Itamar aa717e6a62 LibCpp: Parse C-Style parse expressions il y a 4 ans
  Itamar ec2c54ee2e LibCpp: Parse "arrow" operator il y a 4 ans
  Itamar 44833f1621 LibCpp: Parse braced initialization list il y a 4 ans
  Itamar d482b3fd60 LibCpp: Parse empty for loops il y a 4 ans
  Itamar fc503b1368 LibCpp: Parse sizeof() expression il y a 4 ans
  Itamar 575d6a8ee1 LibCpp: Parse Bitwise & Logical Or & And operators il y a 4 ans
  Itamar 8962581c9c LibCpp: Parse C++ cast expressions il y a 4 ans
  Itamar 646aaa111b LibCpp: Support parsing templatized function calls il y a 4 ans
  Itamar fe4122bbae LibCpp: Support parsing '!=" operator il y a 4 ans
  Itamar 3295609aea LibCpp: Add AST::Name il y a 4 ans
  Itamar 29b6915db9 LibCpp: Parse templatized types il y a 4 ans
  Itamar 9954a1837f LibCpp: Parse nullptr literal il y a 4 ans
  Itamar cbb49f26d9 LibCpp: Support parsing binary "==" Operator il y a 4 ans
  Itamar 1f9f6ea9d6 LibCpp: Support parsing function qualifiers il y a 4 ans
  Itamar ee35fc0da3 LibCpp: Support parsing empty return statements il y a 4 ans
  Itamar 68f420ed42 LibCpp: Fix null dereference in IfStatement::declarations() il y a 4 ans
  Itamar b5cab861e3 LibCpp: Parse Namespace declaration il y a 4 ans
  Andreas Kling ef1e5db1d0 Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) il y a 4 ans
  Itamar a2ac86f5e1 LibCpp: Check if type is null in VariableDeclaration::dump il y a 4 ans