[all-commits] [llvm/llvm-project] 22e95e: [clang] Fix assertion while parsing an invalid for...

cor3ntin via All-commits all-commits at lists.llvm.org
Wed Jun 7 01:31:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 22e95e0bf375660dd3d083b16a5d92c33559a4a3
      https://github.com/llvm/llvm-project/commit/22e95e0bf375660dd3d083b16a5d92c33559a4a3
  Author: Corentin Jabot <corentinjabot at gmail.com>
  Date:   2023-06-07 (Wed, 07 Jun 2023)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/test/Parser/cxx0x-for-range.cpp
    M clang/test/Parser/objc-foreach-syntax.m

  Log Message:
  -----------
  [clang] Fix assertion while parsing an invalid for loop

with multiple declarations followed by a colon.

Fixes #63010

Reviewed By: shafik

Differential Revision: https://reviews.llvm.org/D152009




More information about the All-commits mailing list