summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/lib/AST/ASTContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/ASTContext.cpp b/clang/lib/AST/ASTContext.cpp
index 425aeac3c04..c2de06b8951 100644
--- a/clang/lib/AST/ASTContext.cpp
+++ b/clang/lib/AST/ASTContext.cpp
@@ -653,7 +653,7 @@ ASTContext::getCanonicalTemplateTemplateParmDecl(
assert(!TTP->getRequiresClause() &&
"Unexpected requires-clause on template template-parameter");
- LLVM_CONSTEXPR Expr *const CanonRequiresClause = nullptr;
+ Expr *const CanonRequiresClause = nullptr;
TemplateTemplateParmDecl *CanonTTP
= TemplateTemplateParmDecl::Create(*this, getTranslationUnitDecl(),
OpenPOWER on IntegriCloud