summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ItaniumMangle.cpp
diff options
context:
space:
mode:
authorSaar Raz <saar@raz.email>2019-10-15 11:48:58 +0000
committerSaar Raz <saar@raz.email>2019-10-15 11:48:58 +0000
commitec87b003823d63f3342cf648f55a134c1522e612 (patch)
tree1eaead2c265468357031c24d3778ff48ede93283 /clang/lib/AST/ItaniumMangle.cpp
parent1ae2d9a2bdce054560104f428e92eaef736e5c7f (diff)
downloadbcm5719-llvm-ec87b003823d63f3342cf648f55a134c1522e612.tar.gz
bcm5719-llvm-ec87b003823d63f3342cf648f55a134c1522e612.zip
[Concepts] Concept Specialization Expressions
Part of C++20 Concepts implementation effort. Added Concept Specialization Expressions that are created when a concept is referenced with arguments, and tests thereof. llvm-svn: 374882
Diffstat (limited to 'clang/lib/AST/ItaniumMangle.cpp')
-rw-r--r--clang/lib/AST/ItaniumMangle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/AST/ItaniumMangle.cpp b/clang/lib/AST/ItaniumMangle.cpp
index c6f7143251a..8e3ad4c2667 100644
--- a/clang/lib/AST/ItaniumMangle.cpp
+++ b/clang/lib/AST/ItaniumMangle.cpp
@@ -3658,6 +3658,7 @@ recurse:
case Expr::ConvertVectorExprClass:
case Expr::StmtExprClass:
case Expr::TypeTraitExprClass:
+ case Expr::ConceptSpecializationExprClass:
case Expr::ArrayTypeTraitExprClass:
case Expr::ExpressionTraitExprClass:
case Expr::VAArgExprClass:
OpenPOWER on IntegriCloud