aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/DeclBase.cpp
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2022-10-24 10:15:41 -0700
committerErich Keane <erich.keane@intel.com>2022-10-24 10:21:22 -0700
commit52930162870fee52d0d9c07c5d66e5dce32b08e8 (patch)
treefd7476c77d9f6d6a5985f989f5ccaf95b452dd4b /clang/lib/AST/DeclBase.cpp
parentda4e0f7ac58711ddeaf86943ae82c1928e26801f (diff)
downloadllvm-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/AST/DeclBase.cpp')
-rw-r--r--clang/lib/AST/DeclBase.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/AST/DeclBase.cpp b/clang/lib/AST/DeclBase.cpp
index 5cb5523..72922ef 100644
--- a/clang/lib/AST/DeclBase.cpp
+++ b/clang/lib/AST/DeclBase.cpp
@@ -874,7 +874,6 @@ unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) {
case Empty:
case LifetimeExtendedTemporary:
case RequiresExprBody:
- case ImplicitConceptSpecialization:
// Never looked up by name.
return 0;
}