summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprConstant.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2011-04-11 07:02:50 +0000
committerJohn McCall <rjmccall@apple.com>2011-04-11 07:02:50 +0000
commit2d2e870745c22a05a173e1fcec85e57535b5314b (patch)
tree635d38db68de34a33d2690faf839f05bdb467283 /clang/lib/CodeGen/CGExprConstant.cpp
parent62920834fa7a9ea0ac717e3b6d4c63449eb551a6 (diff)
downloadbcm5719-llvm-2d2e870745c22a05a173e1fcec85e57535b5314b.tar.gz
bcm5719-llvm-2d2e870745c22a05a173e1fcec85e57535b5314b.zip
More __unknown_anytype work.
llvm-svn: 129269
Diffstat (limited to 'clang/lib/CodeGen/CGExprConstant.cpp')
-rw-r--r--clang/lib/CodeGen/CGExprConstant.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGExprConstant.cpp b/clang/lib/CodeGen/CGExprConstant.cpp
index 822a999b963..b04ff0aefbc 100644
--- a/clang/lib/CodeGen/CGExprConstant.cpp
+++ b/clang/lib/CodeGen/CGExprConstant.cpp
@@ -553,6 +553,7 @@ public:
case CK_ToVoid:
case CK_Dynamic:
case CK_ResolveUnknownAnyType:
+ case CK_ResolveUnknownAnyTypeToReference:
return 0;
// These might need to be supported for constexpr.
OpenPOWER on IntegriCloud