hanchenye-llvm-project/lldb/source/Expression
Greg Clayton 64bc6ca595 Modified the ASTDumper to return a "const char *" instead of a copy of the
std::string and modified all places that used the std::string it returned
to use the "const char *".

Also modified the expression parser to not crash when a function type fails
to copy into the expression AST context.

llvm-svn: 142561
2011-10-20 00:47:21 +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 Improved expression logging. Now all calls to 2011-10-14 20:34:21 +00:00
ASTStructExtractor.cpp Order of initialization lists. 2011-04-11 19:41:40 +00:00
ClangASTSource.cpp Implemented a namespace map that allows searching 2011-10-12 00:12:34 +00:00
ClangExpressionDeclMap.cpp Modified the ASTDumper to return a "const char *" instead of a copy of the 2011-10-20 00:47:21 +00:00
ClangExpressionParser.cpp Implemented a namespace map that allows searching 2011-10-12 00:12:34 +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 Extended the lifetime of Clang parser objects to the 2011-10-12 22:20:02 +00:00
ClangUtilityFunction.cpp Converted the lldb_private::Process over to use the intrusive 2011-09-22 04:58:26 +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 Converted the lldb_private::Process over to use the intrusive 2011-09-22 04:58:26 +00:00
IRForTarget.cpp Update declarations for all functions/methods that accept printf-style 2011-09-20 21:44:10 +00:00
IRInterpreter.cpp Fix preprocessor warnings for no newline at the end of the source files. 2011-10-12 00:53:29 +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