[all-commits] [llvm/llvm-project] 684a78: Reapply "[Concepts] Recover properly from a Recove...
Erich Keane via All-commits
all-commits at lists.llvm.org
Mon Sep 26 08:39:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 684a78968bd32b0ece5b852bcaa21dbc49a4b5b0
https://github.com/llvm/llvm-project/commit/684a78968bd32b0ece5b852bcaa21dbc49a4b5b0
Author: Erich Keane <erich.keane at intel.com>
Date: 2022-09-26 (Mon, 26 Sep 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/AST/ASTConcept.h
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Sema/Overload.h
M clang/lib/AST/ASTConcept.cpp
M clang/lib/AST/ComputeDependence.cpp
M clang/lib/Sema/SemaConcept.cpp
M clang/lib/Sema/SemaOverload.cpp
M clang/lib/Serialization/ASTReaderStmt.cpp
M clang/lib/Serialization/ASTWriterStmt.cpp
A clang/test/SemaTemplate/concepts-recovery-expr.cpp
Log Message:
-----------
Reapply "[Concepts] Recover properly from a RecoveryExpr in a concept"
This reverts commit 192d69f7e65a625e344421841e731e39f80595f5.
This fixes the condition to check whether this is a situation where we
are in a recovery-expr'ed concept a little better, so we don't access an
inactive member of a union, which should make the bots happy.
Differential Revision: https://reviews.llvm.org/D134542
More information about the All-commits
mailing list