[all-commits] [llvm/llvm-project] cacdb9: [Clang] Fix a crash in the diagnostic emission of ...

cor3ntin via All-commits all-commits at lists.llvm.org
Mon Sep 18 15:24:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cacdb90bd7f8352d62e8e89a6309902c6e523293
      https://github.com/llvm/llvm-project/commit/cacdb90bd7f8352d62e8e89a6309902c6e523293
  Author: cor3ntin <corentinjabot at gmail.com>
  Date:   2023-09-19 (Tue, 19 Sep 2023)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/test/SemaCXX/cxx2b-consteval-propagate.cpp

  Log Message:
  -----------
  [Clang] Fix a crash in the diagnostic emission of invalid immediate calls (#66699)

`CXXCtorInitializer` may not refer to a FieldDecl because it might also
denote another constructor call.

Fixes #66324




More information about the All-commits mailing list