summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2018-07-13 23:03:15 +0000
committerSterling Augustine <saugustine@google.com>2018-07-13 23:03:15 +0000
commit94c4512a8c6a60e544394a9d504625eb26addd0c (patch)
treee4fd71536c24aa5e444e1cbcc536702422bdbb3c
parentdf28c9f12b59b4d9f5076109313c542b6c8ac5f9 (diff)
downloadbcm5719-llvm-94c4512a8c6a60e544394a9d504625eb26addd0c.tar.gz
bcm5719-llvm-94c4512a8c6a60e544394a9d504625eb26addd0c.zip
Rollback r337070.
Someone simultaneously fixed the breakage it was designed to fix. llvm-svn: 337071
-rw-r--r--lldb/source/Symbol/ClangASTContext.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Symbol/ClangASTContext.cpp b/lldb/source/Symbol/ClangASTContext.cpp
index 2a11ff6ebdc..95e7f8a68d4 100644
--- a/lldb/source/Symbol/ClangASTContext.cpp
+++ b/lldb/source/Symbol/ClangASTContext.cpp
@@ -5105,7 +5105,6 @@ lldb::Encoding ClangASTContext::GetEncoding(lldb::opaque_compiler_type_t type,
.GetEncoding(count);
case clang::Type::DependentSizedArray:
case clang::Type::DependentSizedExtVector:
- case clang::Type::DependentVector:
case clang::Type::UnresolvedUsing:
case clang::Type::Attributed:
case clang::Type::TemplateTypeParm:
@@ -5273,7 +5272,6 @@ lldb::Format ClangASTContext::GetFormat(lldb::opaque_compiler_type_t type) {
.GetFormat();
case clang::Type::DependentSizedArray:
case clang::Type::DependentSizedExtVector:
- case clang::Type::DependentVector:
case clang::Type::UnresolvedUsing:
case clang::Type::Attributed:
case clang::Type::TemplateTypeParm:
OpenPOWER on IntegriCloud