[Lldb-commits] [PATCH] D13096: Handle OMPArraySection in ClangASTContext::GetEncoding

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 23 07:59:58 PDT 2015


emaste added a comment.

Oh, it seems there are more new types added after I first made this change:

  ../tools/lldb/source/Symbol/ClangASTContext.cpp:4445:21: warning: 10 enumeration values not handled in switch: 'OCLImage2dDepth', 'OCLImage2dArrayDepth', 'OCLImage2dMSAA'... [-Wswitch]


http://reviews.llvm.org/D13096





More information about the lldb-commits mailing list