Skip to content

cplusplus v1.1.12

Choose a tag to compare

@robertoraggi robertoraggi released this 28 Nov 20:41

Bug Fixes

  • parser: Add AST nodes for unary and binary type traits (3c76fa3)
  • parser: Create AST node for built-in type traits (5b7b0e3)
  • parser: Fix sizeof of bool type (46041b8)
  • parser: Fix type of nullptr literals (3e8b8be)
  • parser: Implemented __is_function__ (4d3e5da)
  • parser: Implemented __is_lvalue_reference, __is_rvalue_reference and __is_reference (d148471)
  • parser: Implemented __is_member_object_pointer (eeeece2)
  • parser: Implemented is_const and is_volatile type traits (918a680)
  • parser: Implemented the __is_class and the __is_union type traits (bae22f3)
  • parser: Implemented the __is_enum and the __is_scoped_enum type traits (f9a05f2)
  • parser: Implemented the __is_null_pointer type traits (1a4837f)
  • parser: Implemented the __is_pointer type traits (5f62b9a)
  • parser: Implemented the __is_signed and the __is_unsigned type traits (1f23b9f)
  • parser: Implemented the __is_void type traits (951b03a)
  • preproc: Remove newline from the diagnostic message raised from #warning directives (a708e3c)