..
ASTResultSynthesizer.cpp
Made many ConstString functions inlined in the header file.
2010-10-15 22:48:33 +00:00
ASTStructExtractor.cpp
Updated to latest LLVM. Major LLVM changes:
2010-09-23 03:01:22 +00:00
ClangASTSource.cpp
Made many ConstString functions inlined in the header file.
2010-10-15 22:48:33 +00:00
ClangExpressionDeclMap.cpp
Made many ConstString functions inlined in the header file.
2010-10-15 22:48:33 +00:00
ClangExpressionParser.cpp
Made many ConstString functions inlined in the header file.
2010-10-15 22:48:33 +00:00
ClangExpressionVariable.cpp
Made many ConstString functions inlined in the header file.
2010-10-15 22:48:33 +00:00
ClangFunction.cpp
Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do.
2010-10-20 00:39:53 +00:00
ClangPersistentVariables.cpp
Made many ConstString functions inlined in the header file.
2010-10-15 22:48:33 +00:00
ClangUserExpression.cpp
Added a hack so that "unichar" is resolved to
2010-10-24 20:45:49 +00:00
ClangUtilityFunction.cpp
Cleaned a few build related things up:
2010-09-24 23:07:41 +00:00
DWARFExpression.cpp
Fixed the forward declaration issue that was present in the DWARF parser after
2010-09-29 01:12:09 +00:00
IRDynamicChecks.cpp
Added a new Host call to find LLDB related paths:
2010-10-17 22:03:32 +00:00
IRForTarget.cpp
Fixed IRForTarget to not recognize $__lldb variables
2010-10-21 22:41:32 +00:00
IRToDWARF.cpp
Updated to latest LLVM. Major LLVM changes:
2010-09-23 03:01:22 +00:00
Makefile
Merged Eli Friedman's linux build changes where he added Makefile files that
2010-07-09 20:39:50 +00:00
RecordingMemoryManager.cpp
Added and improved logging. This is helping us as we
2010-07-28 01:00:59 +00:00