From 94c4512a8c6a60e544394a9d504625eb26addd0c Mon Sep 17 00:00:00 2001 From: Sterling Augustine Date: Fri, 13 Jul 2018 23:03:15 +0000 Subject: [PATCH] Rollback r337070. Someone simultaneously fixed the breakage it was designed to fix. llvm-svn: 337071 --- lldb/source/Symbol/ClangASTContext.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lldb/source/Symbol/ClangASTContext.cpp b/lldb/source/Symbol/ClangASTContext.cpp index 2a11ff6..95e7f8a 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: -- 2.7.4