hanchenye-llvm-project/lldb/source/Expression
Greg Clayton 73b472d42a Updated the lldb_private::Flags class to have better method names and made
all of the calls inlined in the header file for better performance.

Fixed the summary for C string types (array of chars (with any combo if
modifiers), and pointers to chars) work in all cases.

Fixed an issue where a forward declaration to a clang type could cause itself
to resolve itself more than once if, during the resolving of the type itself
it caused something to try and resolve itself again. We now remove the clang
type from the forward declaration map in the DWARF parser when we start to 
resolve it and avoid this additional call. This should stop any duplicate
members from appearing and throwing all the alignment of structs, unions and
classes.

llvm-svn: 117437
2010-10-27 03:32:59 +00:00
..
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 Fixed a problem where function calls on i386 weren't 2010-10-26 00:31:56 +00:00
ClangExpressionParser.cpp Fixed a problem where function calls on i386 weren't 2010-10-26 00:31:56 +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 Updated the lldb_private::Flags class to have better method names and made 2010-10-27 03:32:59 +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 a problem where function calls on i386 weren't 2010-10-26 00:31:56 +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