llvm-project/lldb/source/Expression
Greg Clayton 685c88c5a8 <rdar://problem/11870357>
Allow "frame variable" to find ivars without the need for "this->" or "self->".  

llvm-svn: 160211
2012-07-14 00:53:55 +00:00
..
ASTDumper.cpp Pulled in a new version of LLVM/Clang to solve a variety 2011-11-15 02:11:17 +00:00
ASTResultSynthesizer.cpp Enabled C++11 in the expression parser. auto and 2012-05-16 21:03:38 +00:00
ASTStructExtractor.cpp Pulled in a new revision of LLVM/Clang and added 2011-11-19 02:54:21 +00:00
ClangASTSource.cpp We were accessing the ModuleList in the target without locking it for tasks like 2012-05-30 02:19:25 +00:00
ClangExpressionDeclMap.cpp <rdar://problem/11870357> 2012-07-14 00:53:55 +00:00
ClangExpressionParser.cpp Minor fixes for ARM/iOS targets: 2012-06-08 22:20:41 +00:00
ClangExpressionVariable.cpp http://llvm.org/bugs/show_bug.cgi?id=11618 2012-01-06 00:35:38 +00:00
ClangFunction.cpp Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not AND unwind on error. 2012-05-11 18:43:38 +00:00
ClangPersistentVariables.cpp I have brought LLDB up-to-date with top of tree 2012-02-04 08:49:35 +00:00
ClangUserExpression.cpp <rdar://problem/11870357> 2012-07-14 00:53:55 +00:00
ClangUtilityFunction.cpp Switching back to using std::tr1::shared_ptr. We originally switched away 2012-01-29 20:56:30 +00:00
DWARFExpression.cpp Hardened the process of reading the program counter 2012-03-10 03:03:46 +00:00
ExpressionSourceCode.cpp Made nil resolve as (id)0 and not be looked up 2012-05-31 17:49:31 +00:00
IRDynamicChecks.cpp Insert dynamic checks only if the appropriate 2012-05-29 23:46:46 +00:00
IRForTarget.cpp Fixed a potential crash if a metadata category 2012-07-04 01:26:26 +00:00
IRInterpreter.cpp Implemented zext as a no-op cast in the IR 2012-04-23 17:25:38 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
ProcessDataAllocator.cpp While tracking down memory consumption issue a few things were needed: the 2011-08-10 02:10:13 +00:00
RecordingMemoryManager.cpp And remove the control character that somehow found its way into the last checkin... 2012-03-02 21:35:20 +00:00