hanchenye-llvm-project/lldb/source/Expression
Johnny Chen 4480530a0f Patch by Matt Johnson to silence G++ warnings!
Used hand merge to apply the diffs.  I did not apply the diffs for FormatManager.h and
the diffs for memberwise initialization for ValueObject.cpp because they changed since.
I will ask my colleague to apply them later.

llvm-svn: 135508
2011-07-19 19:48:13 +00:00
..
ASTDumper.cpp
ASTResultSynthesizer.cpp Removed a redundant dyn_cast. Thanks to Felipe 2011-07-18 21:30:18 +00:00
ASTStructExtractor.cpp Order of initialization lists. 2011-04-11 19:41:40 +00:00
ClangASTSource.cpp This commit adds broad architectural support for hierarchical 2011-06-25 00:44:06 +00:00
ClangExpressionDeclMap.cpp Patch by Matt Johnson to silence G++ warnings! 2011-07-19 19:48:13 +00:00
ClangExpressionParser.cpp Patch by Matt Johnson to silence G++ warnings! 2011-07-19 19:48:13 +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 Centralize all of the type name code so that we always strip the leading 2011-06-30 02:28:26 +00:00
ClangPersistentVariables.cpp
ClangUserExpression.cpp Patch by Matt Johnson to silence G++ warnings! 2011-07-19 19:48:13 +00:00
ClangUtilityFunction.cpp This commit integrates support for the LLVM MCJIT 2011-05-23 21:40:23 +00:00
DWARFExpression.cpp Added the ability to see block variables when looking up addresses 2011-07-11 05:12:02 +00:00
IRDynamicChecks.cpp The implementation of categories is now synchronization safe 2011-07-19 18:03:25 +00:00
IRForTarget.cpp Patch by Matt Johnson to silence G++ warnings! 2011-07-19 19:48:13 +00:00
IRToDWARF.cpp Order of initialization lists. 2011-04-11 19:41:40 +00:00
Makefile
ProcessDataAllocator.cpp This commit integrates support for the LLVM MCJIT 2011-05-23 21:40:23 +00:00
RecordingMemoryManager.cpp