aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser
AgeCommit message (Expand)AuthorFilesLines
2018-09-27Refactor ClangUserExpression::GetLanguageForExprRaphael Isemann2-20/+17
2018-09-22Change type of m_user_expression_start_pos to size_tRaphael Isemann2-2/+2
2018-09-17Add descriptions to completed expressionsRaphael Isemann1-8/+32
2018-09-11Print the correct error when our DynamicCheckerFunctions fail to installRaphael Isemann1-2/+2
2018-09-06Reland [ClangUserExpression][NFC] Removed unused codeRaphael Isemann1-3/+1
2018-09-06Revert "[ClangUserExpression][NFC] Removed unused code"Raphael Isemann1-0/+4
2018-09-03[ClangUserExpression][NFC] Removed unused codeDavid Bolvansky1-4/+0
2018-08-30Use a CompletionRequest in the expression command completion [NFC]Raphael Isemann4-10/+11
2018-08-30Move NoBuiltin=true closer to the other LangOpts code [NFC]Raphael Isemann1-4/+4
2018-08-30Adjusting some comments in ClangExpressionParser.cppRaphael Isemann1-2/+1
2018-08-30Added missing include to <cctype> for 'std::isalnum'Raphael Isemann1-0/+1
2018-08-30Fixed code style for the CodeCompletion members [NFC]Raphael Isemann1-10/+10
2018-08-30Added initial code completion support for the `expr` commandRaphael Isemann5-5/+439
2018-08-30Remove redundant initializationAdrian Prantl1-1/+1
2018-08-27Let the CompilerInstance create our clang ASTContextRaphael Isemann1-10/+5
2018-08-23Reuse the SelectorTable from Clang's PreprocessorRaphael Isemann2-5/+1
2018-08-23Fix broken builtin functions in the expression commandRaphael Isemann2-4/+11
2018-08-07Removed doxygen comment that doesn't fit to function signatureRaphael Isemann1-6/+0
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath3-3/+3
2018-07-10Refactor ClangUserExpression::Parse [NFC]Raphael Isemann2-30/+63
2018-07-09Don't take the address of an xvalue when printing an expr resultRaphael Isemann1-3/+2
2018-06-19Refactor OnExit utility class in ClangUserExpressionRaphael Isemann1-24/+15
2018-06-19Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2-7/+4
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere1-3/+3
2018-06-05Add ClangHost.cpp to the Xcode project. Jim Ingham1-0/+1
2018-06-04Remove dependency from Host to clang.Zachary Turner4-13/+171
2018-05-31Remove append parameter to FindGlobalVariablesPavel Labath2-5/+4
2018-05-29Typo fixes.Bruce Mitchener1-1/+1
2018-05-02Enable AUTOBRIEF in doxygen configuration.Adrian Prantl12-216/+199
2018-04-30Refactor GetNextPersistentVariableName into a non-virtual methodAdrian Prantl5-32/+13
2018-04-30Move the persistent variable counter into TargetAdrian Prantl6-12/+15
2018-04-30Fix expression parser to not accept any type whose basename matches for a typ...Greg Clayton1-3/+6
2018-04-30Reflow paragraphs in comments.Adrian Prantl9-184/+146
2018-03-27Use the DWARF linkage name when importing C++ methods.Davide Italiano1-1/+1
2018-03-21Fix crash exposed by r328025Pavel Labath1-2/+3
2018-03-20[ExpressionParser] Re-implement r327356 in a less disruptive way.Davide Italiano2-9/+12
2018-03-13Fix clang-3.8 buildPavel Labath1-1/+1
2018-03-13[ExpressionParser] Fix crash when evaluating invalid expresssions.Davide Italiano1-0/+9
2018-03-02Make the clang module cache setting available without a targetAdrian Prantl1-6/+5
2018-02-09Make LLDB's clang module cache path customizableAdrian Prantl2-7/+7
2018-01-23Fix memory leaks in GoParserRaphael Isemann1-1/+5
2018-01-22Fix uninitialized variable in GoParserRaphael Isemann1-1/+3
2017-12-15[ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.Davide Italiano1-0/+8
2017-12-15[ExpressionParser] Rollback C++98 as the standard for evaluating.Davide Italiano1-8/+0
2017-12-14[ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.Davide Italiano1-0/+8
2017-11-20[Expression parser] Remove logging of field that is no longer in clang's Targ...Craig Topper1-1/+0
2017-11-13Move ArchSpec to the Utility modulePavel Labath4-4/+1
2017-10-24[ExpressionParser] Garbage-collect dead code. NFCI.Davide Italiano1-9/+0
2017-10-24Remove some unused function calls from ClangUserExpression.cppStephane Sezer1-1/+0
2017-10-24Remove some dead code from ClangExpressionDeclMap.cppStephane Sezer1-47/+3