clayborg added a comment.

So you will need to make up base types if you have any types that use them. 
Like if a struct contains an "int", you will need to make an integer up and 
feed it to your CXXRecordDecl. So you will probably need to add those functions 
back. You will need them for:

- class/struct/union members
- class/struct method arguments and return values
- arrays
- plain variables whose types are basic types


http://reviews.llvm.org/D18848



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to