llvm-project/lldb/source/Plugins/ExpressionParser/Clang
Jonas Devlieghere aa2dc6bfec [ExpressionParser] Reserve size before copying over args
We already know the final size here so we might as well reserve it so we
don't have to re-allocate during the loop.

llvm-svn: 349967
2018-12-21 22:16:10 +00:00
..
ASTDumper.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
ASTDumper.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
ASTResultSynthesizer.cpp Added initial code completion support for the `expr` command 2018-08-30 17:29:37 +00:00
ASTResultSynthesizer.h Enable AUTOBRIEF in doxygen configuration. 2018-05-02 16:55:16 +00:00
ASTStructExtractor.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
ASTStructExtractor.h Enable AUTOBRIEF in doxygen configuration. 2018-05-02 16:55:16 +00:00
CMakeLists.txt Remove dependency from Host to clang. 2018-06-04 17:41:00 +00:00
ClangASTSource.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
ClangASTSource.h Enable AUTOBRIEF in doxygen configuration. 2018-05-02 16:55:16 +00:00
ClangDiagnostic.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ClangExpressionDeclMap.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
ClangExpressionDeclMap.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ClangExpressionHelper.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ClangExpressionParser.cpp Do not use PATH_MAX with SmallString 2018-12-10 17:23:28 +00:00
ClangExpressionParser.h Use a CompletionRequest in the expression command completion [NFC] 2018-08-30 21:26:32 +00:00
ClangExpressionVariable.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
ClangExpressionVariable.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ClangFunctionCaller.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ClangFunctionCaller.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ClangHost.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ClangHost.h Remove dependency from Host to clang. 2018-06-04 17:41:00 +00:00
ClangModulesDeclVendor.cpp [ExpressionParser] Reserve size before copying over args 2018-12-21 22:16:10 +00:00
ClangModulesDeclVendor.h Move ArchSpec to the Utility module 2017-11-13 16:16:33 +00:00
ClangPersistentVariables.cpp Refactor GetNextPersistentVariableName into a non-virtual method 2018-04-30 23:59:17 +00:00
ClangPersistentVariables.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ClangUserExpression.cpp Refactor ClangUserExpression::GetLanguageForExpr 2018-09-27 10:12:54 +00:00
ClangUserExpression.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ClangUtilityFunction.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ClangUtilityFunction.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00
IRForTarget.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
IRForTarget.h Enable AUTOBRIEF in doxygen configuration. 2018-05-02 16:55:16 +00:00