[Lldb-commits] [PATCH] D11099: [ClangASTType] Catch unhandled clang types at compile time

Chaoren Lin chaorenl at google.com
Tue Jul 14 01:17:39 PDT 2015


chaoren added a subscriber: chaoren.
chaoren added a comment.

Is it only this one switch statement that needs this assertion? Maybe the pragma should be localized to this part (with push/pop)? Also, I'm not sure if any other compilers are supported but this wouldn't work with MSVC.


http://reviews.llvm.org/D11099







More information about the lldb-commits mailing list