[Lldb-commits] [lldb] r337071 - Rollback r337070.

Sterling Augustine via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 13 16:03:16 PDT 2018


Author: saugustine
Date: Fri Jul 13 16:03:15 2018
New Revision: 337071

URL: http://llvm.org/viewvc/llvm-project?rev=337071&view=rev
Log:
Rollback r337070.

Someone simultaneously fixed the breakage it was designed to fix.


Modified:
    lldb/trunk/source/Symbol/ClangASTContext.cpp

Modified: lldb/trunk/source/Symbol/ClangASTContext.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Symbol/ClangASTContext.cpp?rev=337071&r1=337070&r2=337071&view=diff
==============================================================================
--- lldb/trunk/source/Symbol/ClangASTContext.cpp (original)
+++ lldb/trunk/source/Symbol/ClangASTContext.cpp Fri Jul 13 16:03:15 2018
@@ -5105,7 +5105,6 @@ lldb::Encoding ClangASTContext::GetEncod
         .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(
         .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:




More information about the lldb-commits mailing list