summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser
Commit message (Expand)AuthorAgeFilesLines
* Print the correct error when our DynamicCheckerFunctions fail to installRaphael Isemann2018-09-111-2/+2
* Reland [ClangUserExpression][NFC] Removed unused codeRaphael Isemann2018-09-061-3/+1
* Revert "[ClangUserExpression][NFC] Removed unused code"Raphael Isemann2018-09-061-0/+4
* [ClangUserExpression][NFC] Removed unused codeDavid Bolvansky2018-09-031-4/+0
* Use a CompletionRequest in the expression command completion [NFC]Raphael Isemann2018-08-304-10/+11
* Move NoBuiltin=true closer to the other LangOpts code [NFC]Raphael Isemann2018-08-301-4/+4
* Adjusting some comments in ClangExpressionParser.cppRaphael Isemann2018-08-301-2/+1
* Added missing include to <cctype> for 'std::isalnum'Raphael Isemann2018-08-301-0/+1
* Fixed code style for the CodeCompletion members [NFC]Raphael Isemann2018-08-301-10/+10
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-305-5/+439
* Remove redundant initializationAdrian Prantl2018-08-301-1/+1
* Let the CompilerInstance create our clang ASTContextRaphael Isemann2018-08-271-10/+5
* Reuse the SelectorTable from Clang's PreprocessorRaphael Isemann2018-08-232-5/+1
* Fix broken builtin functions in the expression commandRaphael Isemann2018-08-232-4/+11
* Removed doxygen comment that doesn't fit to function signatureRaphael Isemann2018-08-071-6/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-073-3/+3
* Refactor ClangUserExpression::Parse [NFC]Raphael Isemann2018-07-102-30/+63
* Don't take the address of an xvalue when printing an expr resultRaphael Isemann2018-07-091-3/+2
* Refactor OnExit utility class in ClangUserExpressionRaphael Isemann2018-06-191-24/+15
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-192-7/+4
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-3/+3
* Add ClangHost.cpp to the Xcode project. Jim Ingham2018-06-051-0/+1
* Remove dependency from Host to clang.Zachary Turner2018-06-044-13/+171
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-312-5/+4
* Typo fixes.Bruce Mitchener2018-05-291-1/+1
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-0212-216/+199
* Refactor GetNextPersistentVariableName into a non-virtual methodAdrian Prantl2018-04-305-32/+13
* Move the persistent variable counter into TargetAdrian Prantl2018-04-306-12/+15
* Fix expression parser to not accept any type whose basename matches for a typ...Greg Clayton2018-04-301-3/+6
* Reflow paragraphs in comments.Adrian Prantl2018-04-309-184/+146
* Use the DWARF linkage name when importing C++ methods.Davide Italiano2018-03-271-1/+1
* Fix crash exposed by r328025Pavel Labath2018-03-211-2/+3
* [ExpressionParser] Re-implement r327356 in a less disruptive way.Davide Italiano2018-03-202-9/+12
* Fix clang-3.8 buildPavel Labath2018-03-131-1/+1
* [ExpressionParser] Fix crash when evaluating invalid expresssions.Davide Italiano2018-03-131-0/+9
* Make the clang module cache setting available without a targetAdrian Prantl2018-03-021-6/+5
* Make LLDB's clang module cache path customizableAdrian Prantl2018-02-092-7/+7
* Fix memory leaks in GoParserRaphael Isemann2018-01-231-1/+5
* Fix uninitialized variable in GoParserRaphael Isemann2018-01-221-1/+3
* [ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.Davide Italiano2017-12-151-0/+8
* [ExpressionParser] Rollback C++98 as the standard for evaluating.Davide Italiano2017-12-151-8/+0
* [ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.Davide Italiano2017-12-141-0/+8
* [Expression parser] Remove logging of field that is no longer in clang's Targ...Craig Topper2017-11-201-1/+0
* Move ArchSpec to the Utility modulePavel Labath2017-11-134-4/+1
* [ExpressionParser] Garbage-collect dead code. NFCI.Davide Italiano2017-10-241-9/+0
* Remove some unused function calls from ClangUserExpression.cppStephane Sezer2017-10-241-1/+0
* Remove some dead code from ClangExpressionDeclMap.cppStephane Sezer2017-10-241-47/+3
* Silence some "implicit conversion of string literal" warningsPavel Labath2017-10-172-7/+7
* [ExpressionParser] Prefer isa<> to dyn_cast<>. NFCI.Davide Italiano2017-09-301-2/+1
* Fix compilation errorEugene Zemtsov2017-09-291-13/+13
OpenPOWER on IntegriCloud