[all-commits] [llvm/llvm-project] 27fe52: [Clang] Fix crash on improper use of `__array_exte...

Oleksandr T. via All-commits all-commits at lists.llvm.org
Mon Jun 3 06:28:36 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 27fe52622618a7cac3bf3444349a0c40c9e8328f
      https://github.com/llvm/llvm-project/commit/27fe52622618a7cac3bf3444349a0c40c9e8328f
  Author: Oleksandr T <oleksandr.tarasiuk at outlook.com>
  Date:   2024-06-03 (Mon, 03 Jun 2024)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Parse/ParseExprCXX.cpp
    A clang/test/SemaCXX/incomplete-array-extent.cpp

  Log Message:
  -----------
  [Clang] Fix crash on improper use of `__array_extent` (#94173)

Check whether parsing of the argument failed before attempting
to build the expression. 

Fixes #80474.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list