aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGDecl.cpp
diff options
context:
space:
mode:
authorSaar Raz <saar@raz.email>2020-01-18 14:58:01 +0200
committerSaar Raz <saar@raz.email>2020-01-18 14:58:01 +0200
commitbaa84d8cde940278d6fb37917ac0d64c127b528f (patch)
treec5be4e4061c59594ba6e2c2dc60a92b71d5d0329 /clang/lib/CodeGen/CGDecl.cpp
parent69bc450882fc6a3066e9fe79f68106376bbef569 (diff)
downloadllvm-baa84d8cde940278d6fb37917ac0d64c127b528f.zip
llvm-baa84d8cde940278d6fb37917ac0d64c127b528f.tar.gz
llvm-baa84d8cde940278d6fb37917ac0d64c127b528f.tar.bz2
Revert "[Concepts] Requires Expressions"
This reverts commit 027931899763409e2c61a84bdee6057b5e838ffa. There have been some failing tests on some platforms, reverting while investigating.
Diffstat (limited to 'clang/lib/CodeGen/CGDecl.cpp')
-rw-r--r--clang/lib/CodeGen/CGDecl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDecl.cpp b/clang/lib/CodeGen/CGDecl.cpp
index 60f1dba..5aac7a8 100644
--- a/clang/lib/CodeGen/CGDecl.cpp
+++ b/clang/lib/CodeGen/CGDecl.cpp
@@ -111,7 +111,6 @@ void CodeGenFunction::EmitDecl(const Decl &D) {
case Decl::Empty:
case Decl::Concept:
case Decl::LifetimeExtendedTemporary:
- case Decl::RequiresExprBody:
// None of these decls require codegen support.
return;