[all-commits] [llvm/llvm-project] 3cb16f: [Sema][ObjC] Invalidate BlockDecl with invalid Par...

Ding Fei via All-commits all-commits at lists.llvm.org
Mon Jul 24 03:33:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3cb16f6d2ddd030c35df7ad3eb7985f1947173cb
      https://github.com/llvm/llvm-project/commit/3cb16f6d2ddd030c35df7ad3eb7985f1947173cb
  Author: dingfei <fding at feysh.com>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/SemaExpr.cpp
    M clang/test/AST/ast-dump-recovery.m

  Log Message:
  -----------
  [Sema][ObjC] Invalidate BlockDecl with invalid ParmVarDecl

BlockDecl should be invalidated because of its invalid ParmVarDecl.

Fixes #1 of https://github.com/llvm/llvm-project/issues/64005

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




More information about the All-commits mailing list