[Lldb-commits] [PATCH] D43471: Handle typeof() expressions

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 19 10:48:52 PST 2018


JDevlieghere marked 2 inline comments as done.
JDevlieghere added inline comments.


================
Comment at: source/Symbol/ClangASTContext.cpp:5264
 
-  case clang::Type::TypeOfExpr:
-  case clang::Type::TypeOf:
   case clang::Type::Decltype:
   case clang::Type::TemplateSpecialization:
----------------
labath wrote:
> I'm guessing this means decltype doesn't work either ?
Indeed, I was thinking about doing this in a separate diff but since it's so similar I'll update this patch.


https://reviews.llvm.org/D43471





More information about the lldb-commits mailing list