Update ClangASTContext for the new DependentVector type.
authorSterling Augustine <saugustine@google.com>
Fri, 13 Jul 2018 22:54:41 +0000 (22:54 +0000)
committerSterling Augustine <saugustine@google.com>
Fri, 13 Jul 2018 22:54:41 +0000 (22:54 +0000)
https://reviews.llvm.org/D49326

llvm-svn: 337070

lldb/source/Symbol/ClangASTContext.cpp

index 95e7f8a..2a11ff6 100644 (file)
@@ -5105,6 +5105,7 @@ 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:
@@ -5272,6 +5273,7 @@ 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: