Skip to content

Commit 22f86b8

Browse files
author
Davide Italiano
committed
---
yaml --- r: 319459 b: refs/heads/master-rebranch c: 32e7f38 h: refs/heads/master i: 319457: 2b5e6da 319455: c6ecd1f
1 parent b9467ef commit 22f86b8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
14571457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
14581458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
14591459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460-
refs/heads/master-rebranch: eeba41345dc8104c91f3f22bab235e17c2a154da
1460+
refs/heads/master-rebranch: 32e7f386ab5f3fc47e6db2b269400f4232851578

branches/master-rebranch/lib/ClangImporter/ImportDecl.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8185,10 +8185,11 @@ ClangImporter::Implementation::createConstant(Identifier name, DeclContext *dc,
81858185
case clang::APValue::ComplexFloat:
81868186
case clang::APValue::ComplexInt:
81878187
case clang::APValue::FixedPoint:
8188+
case clang::APValue::Indeterminate:
81888189
case clang::APValue::LValue:
81898190
case clang::APValue::MemberPointer:
8191+
case clang::APValue::None:
81908192
case clang::APValue::Struct:
8191-
case clang::APValue::Uninitialized:
81928193
case clang::APValue::Union:
81938194
case clang::APValue::Vector:
81948195
llvm_unreachable("Unhandled APValue kind");

0 commit comments

Comments
 (0)