aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2022-05-02 11:10:35 -0700
committerErich Keane <erich.keane@intel.com>2022-05-02 11:12:14 -0700
commit45c07db31cc76802a1a2e41bed1ce9c1b8198181 (patch)
tree0a1b98cc7e1bd031a98fe99175f655e3b7da06f4 /clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
parent2ed0123b7fedd6360b0dc06cab9721f108123a98 (diff)
downloadllvm-45c07db31cc76802a1a2e41bed1ce9c1b8198181.zip
llvm-45c07db31cc76802a1a2e41bed1ce9c1b8198181.tar.gz
llvm-45c07db31cc76802a1a2e41bed1ce9c1b8198181.tar.bz2
Revert "Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation"""
This reverts commit a97899108e495147985e5e9492e742d51d5cc97a. The patch caused some problems with the libc++ `__range_adaptor_closure` that I haven't been able to figure out the cause of, so I am reverting while I figure out whether this is a solvable problem/issue with the CFE, or libc++ depending on an older 'incorrect' behavior.
Diffstat (limited to 'clang/lib/ExtractAPI/ExtractAPIConsumer.cpp')
-rw-r--r--clang/lib/ExtractAPI/ExtractAPIConsumer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/ExtractAPI/ExtractAPIConsumer.cpp b/clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
index e13ad1e..b1de267 100644
--- a/clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
+++ b/clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
@@ -161,7 +161,6 @@ public:
// Skip templated functions.
switch (Decl->getTemplatedKind()) {
case FunctionDecl::TK_NonTemplate:
- case FunctionDecl::TK_DependentNonTemplate:
break;
case FunctionDecl::TK_MemberSpecialization:
case FunctionDecl::TK_FunctionTemplateSpecialization: