[all-commits] [llvm/llvm-project] 192d69: Revert "[Concepts] Recover properly from a Recover...
Erich Keane via All-commits
all-commits at lists.llvm.org
Mon Sep 26 06:57:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 192d69f7e65a625e344421841e731e39f80595f5
https://github.com/llvm/llvm-project/commit/192d69f7e65a625e344421841e731e39f80595f5
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
R clang/test/SemaTemplate/concepts-recovery-expr.cpp
Log Message:
-----------
Revert "[Concepts] Recover properly from a RecoveryExpr in a concept"
This reverts commit e3d14bee238b672a7a112311eefee55e142eaefc.
There are apparently a large number of crashes in libcxx and some JSON
Parser thing, so clearly this has some sort of serious issue. Reverting
so I can take some time to figure out what is going on.
More information about the All-commits
mailing list