[all-commits] [llvm/llvm-project] e90fb8: [AST] Suppress the spammy "attempt to use a delete...

Haojian Wu via All-commits all-commits at lists.llvm.org
Tue Apr 21 00:44:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e90fb82f0f760703c14eafbad96c08b6019a2f0f
      https://github.com/llvm/llvm-project/commit/e90fb82f0f760703c14eafbad96c08b6019a2f0f
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2020-04-21 (Tue, 21 Apr 2020)

  Changed paths:
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclCXX.cpp
    A clang/test/SemaCXX/recovery-default-init.cpp

  Log Message:
  -----------
  [AST] Suppress the spammy "attempt to use a deleted fucntion" diagnostic.

Summary:
This patch fixes the regression diagnostic, which was introduced in
https://reviews.llvm.org/D77395.

Reviewers: sammccall

Reviewed By: sammccall

Subscribers: rsmith, adamcz, cfe-commits

Tags: #clang

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




More information about the All-commits mailing list