hanchenye-llvm-project/lldb/source/Expression
Sean Callanan bfb237bc02 Updated LLVM/Clang to pick up a fix for imports of
C++ vtables, fixing a record layout problem in the
expression parser.

Also fixed various problems with the generation 
and unpacking of llvm.zip given our new better
handling of multiple architectures in the LLVM
build.

(And added a log message that will hopefully catch
record layout problems in the future.)

llvm-svn: 143741
2011-11-04 22:46:46 +00:00
..
ASTDumper.cpp Modified the ASTDumper to return a "const char *" instead of a copy of the 2011-10-20 00:47:21 +00:00
ASTResultSynthesizer.cpp warnings: Fix a bunch of -Wreorder problems. 2011-10-31 22:50:49 +00:00
ASTStructExtractor.cpp Order of initialization lists. 2011-04-11 19:41:40 +00:00
ClangASTSource.cpp Cloned FindExternalVisibleDecls from 2011-10-29 19:50:43 +00:00
ClangExpressionDeclMap.cpp Fixed a problem where the "this" pointer didn't 2011-11-03 22:48:37 +00:00
ClangExpressionParser.cpp Updated LLVM/Clang to pick up a fix for imports of 2011-11-04 22:46:46 +00:00
ClangExpressionVariable.cpp Fix up how the ValueObjects manage their life cycle so that you can hand out a shared 2011-04-22 23:53:53 +00:00
ClangFunction.cpp Converted the lldb_private::Process over to use the intrusive 2011-09-22 04:58:26 +00:00
ClangPersistentVariables.cpp Added support for persistent types to the 2011-08-23 21:20:51 +00:00
ClangUserExpression.cpp Occasionally LLDB runs into contexts where the 2011-11-04 02:09:33 +00:00
ClangUtilityFunction.cpp I moved the responsibility for interacting with the 2011-10-29 01:58:46 +00:00
DWARFExpression.cpp Improved expression logging. Now all calls to 2011-10-14 20:34:21 +00:00
ExpressionSourceCode.cpp Factored out handling of the source code for an 2011-09-26 18:45:31 +00:00
IRDynamicChecks.cpp Enhanced the ObjC DynamicCheckerFunction to test for "object responds to selector" as well as 2011-11-01 02:46:54 +00:00
IRForTarget.cpp Added functionality to call Objective-C class methods 2011-11-01 23:38:03 +00:00
IRInterpreter.cpp warnings: Fix a bunch of -Wreorder problems. 2011-10-31 22:50:49 +00:00
Makefile
ProcessDataAllocator.cpp While tracking down memory consumption issue a few things were needed: the 2011-08-10 02:10:13 +00:00
RecordingMemoryManager.cpp