Skip to content

v1.1.27

Latest
Compare
Choose a tag to compare
@robertoraggi robertoraggi released this 03 Oct 16:34

1.1.27 (2023-10-03)

Bug Fixes

  • Add aliases for _Static_assert and _Alignof (fb3450a)
  • Add option to omit line markers (18c7f05)
  • Add option to print the included header files to stdout (490e39e)
  • Add support for C++20 VA_OPT (2de0592)
  • Add support for gcc-like inline asm declarations (303a0a7)
  • Availability of blocks extension (665e72b)
  • Availability of memory_sanitizer extension (595f6dd)
  • Break string and character literals on newlines (350793f)
  • Compatibility with xcode 15 (0b32c08)
  • Disallow parsing function definitions in for init statements (2d85c53)
  • Improve detection of header protections (70a5472)
  • Initial work on the parser binding context (bc4d32f)
  • Parse of braced initialized function pointers (933a625)
  • Parse of class specifiers in defining type ids (184e1dd)
  • Parse of template member expressions (6e43b5b)
  • Parse of template nested name specifier (93f32c2)
  • Parse of the true branch of an if statement (7dfd83f)
  • Print of variadic macro arguments (64a2b34)
  • Signature of first/lastSourceLocation (e071140)
  • Testing for __has_feature and __has_extension (a879a36)