diff options
author | Erich Keane <erich.keane@intel.com> | 2022-10-24 10:15:41 -0700 |
---|---|---|
committer | Erich Keane <erich.keane@intel.com> | 2022-10-24 10:21:22 -0700 |
commit | 52930162870fee52d0d9c07c5d66e5dce32b08e8 (patch) | |
tree | fd7476c77d9f6d6a5985f989f5ccaf95b452dd4b /clang/lib/Serialization/ASTCommon.cpp | |
parent | da4e0f7ac58711ddeaf86943ae82c1928e26801f (diff) | |
download | llvm-52930162870fee52d0d9c07c5d66e5dce32b08e8.zip llvm-52930162870fee52d0d9c07c5d66e5dce32b08e8.tar.gz llvm-52930162870fee52d0d9c07c5d66e5dce32b08e8.tar.bz2 |
Revert "GH58368: Correct concept checking in a lambda defined in concept"
This reverts commit b7c922607c5ba93db8b893d4ba461052af8317b5.
This seems to cause some problems with some modules related things,
which makes me think I should have updated the version-major in
ast-bit-codes? Going to revert to confirm this was a problem, then
change that and re-try a commit.
Diffstat (limited to 'clang/lib/Serialization/ASTCommon.cpp')
-rw-r--r-- | clang/lib/Serialization/ASTCommon.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Serialization/ASTCommon.cpp b/clang/lib/Serialization/ASTCommon.cpp index 152037d..53e4c88 100644 --- a/clang/lib/Serialization/ASTCommon.cpp +++ b/clang/lib/Serialization/ASTCommon.cpp @@ -430,7 +430,6 @@ bool serialization::isRedeclarableDeclKind(unsigned Kind) { case Decl::Decomposition: case Decl::Binding: case Decl::Concept: - case Decl::ImplicitConceptSpecialization: case Decl::LifetimeExtendedTemporary: case Decl::RequiresExprBody: case Decl::UnresolvedUsingIfExists: |