Skip to content

v1.1.20

Compare
Choose a tag to compare
@robertoraggi robertoraggi released this 28 Aug 19:47

1.1.20 (2023-08-28)

Bug Fixes

  • Add AST node for await expressions (76acaa8)
  • Add AST node for bitfield declarations (a0d0b15)
  • Add AST node for deduction guides (89aa17e)
  • Add AST node for new declarators (4e9134e)
  • Add AST node for new expressions (e20770e)
  • Add AST node for noexcept specifiers (588c08a)
  • Add AST node for the pack expansions (3fa2c5b)
  • Add AST node for yield expressions (aacbed0)
  • Add AST nodes to represent parameter packs (f182718)
  • Don't print bool attributes with default values (e681866)
  • Expose the AST attributes to the JS API (658afb7)
  • Parse of deduction guide in class scopes (b99baa5)
  • Renamed GCCAttribute to GccAttribute (977ee14)
  • Set the declaration of the for range statement (50a4800)
  • Set the variadic attribute of function prototypes (8306e86)
  • Set the virt specifier attributes (51d0e8f)