llvm-project/lldb/source
Greg Clayton 57ee306789 Huge change to clean up types.
A long time ago we start with clang types that were created by the symbol files and there were many functions in lldb_private::ClangASTContext that helped. Later we create ClangASTType which contains a clang::ASTContext and an opauque QualType, but we didn't switch over to fully using it. There were a lot of places where we would pass around a raw clang_type_t and also pass along a clang::ASTContext separately. This left room for error.

This checkin change all type code over to use ClangASTType everywhere and I cleaned up the interfaces quite a bit. Any code that was in ClangASTContext that was type related, was moved over into ClangASTType. All code that used these types was switched over to use all of the new goodness.

llvm-svn: 186130
2013-07-11 22:46:58 +00:00
..
API Huge change to clean up types. 2013-07-11 22:46:58 +00:00
Breakpoint Huge change to clean up types. 2013-07-11 22:46:58 +00:00
Commands Huge change to clean up types. 2013-07-11 22:46:58 +00:00
Core Huge change to clean up types. 2013-07-11 22:46:58 +00:00
DataFormatters Huge change to clean up types. 2013-07-11 22:46:58 +00:00
Expression Huge change to clean up types. 2013-07-11 22:46:58 +00:00
Host Add stub GetThreadName for FreeBSD, missed in r186033. 2013-07-11 14:12:16 +00:00
Interpreter Second attempt at getting the PyCallable changes in trunk 2013-07-09 20:14:26 +00:00
Plugins Huge change to clean up types. 2013-07-11 22:46:58 +00:00
Symbol Huge change to clean up types. 2013-07-11 22:46:58 +00:00
Target Huge change to clean up types. 2013-07-11 22:46:58 +00:00
Utility Add new files to CMakeLists.txt to fix cmake build error. 2013-06-17 23:07:22 +00:00
CMakeLists.txt Split symbol support for ELF and Linux. 2013-07-01 19:45:50 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp Don't compare 4 characters on a 2 character string. 2013-05-22 23:36:10 +00:00
lldb.cpp Split symbol support for ELF and Linux. 2013-07-01 19:45:50 +00:00