summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-6/+4
* Add descriptions to completed expressionsRaphael Isemann2018-09-171-8/+32
* Print the correct error when our DynamicCheckerFunctions fail to installRaphael Isemann2018-09-111-2/+2
* Use a CompletionRequest in the expression command completion [NFC]Raphael Isemann2018-08-301-6/+6
* 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-301-4/+273
* 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-231-3/+1
* Fix broken builtin functions in the expression commandRaphael Isemann2018-08-231-2/+11
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-3/+1
* Typo fixes.Bruce Mitchener2018-05-291-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-42/+34
* [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-131-1/+0
* [Expression parser] Setting to enable use of ExternalASTMergerSean Callanan2017-09-281-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Clean up debug loggingPavel Labath2017-02-131-8/+8
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* NFC. Remove unused header include.Chris Bieneman2017-01-311-1/+0
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+2
* Make DiagnosticsManager functions take StringRefs.Zachary Turner2016-11-121-2/+2
* Don't access the process in expressions w/o checking thatJim Ingham2016-11-031-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-841/+798
* Fixed the location of a conditional to make the following code clearer.Sean Callanan2016-08-271-7/+7
* The error stream in IRForTarget is never null, so use it instead of the log.Sean Callanan2016-08-271-3/+2
* Fixed a bad lldbassert() condition.Sean Callanan2016-08-261-1/+1
* Don't crash when trying to capture persistent variables in a block.Sean Callanan2016-08-261-1/+1
* Allow runtimes to execute custom LLVM ModulePasses over the expression IRLuke Drummond2016-06-151-1/+35
* [LLDB] Adding lldb_private namespace to DiagnosticSeverity. NFC.Renato Golin2016-05-141-1/+1
* Remove unused variableEd Maste2016-05-131-2/+1
* [LLDB][MIPS] Provide ABI string to compiler for appropriate code generation f...Sagar Thakur2016-05-131-1/+30
* Expressions can run without a process.Jim Ingham2016-04-211-17/+30
* Fix warning in ClangExpressionParserPavel Labath2016-03-301-1/+1
* Removed LoggingDiagnosticConsumer, an unused class.Sean Callanan2016-03-251-50/+0
* Fix now-ambiguous references to Error.Lang Hames2016-03-251-5/+5
* Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham2016-03-251-5/+115
* Ignore global constructor warning in clang.Greg Clayton2016-03-241-0/+4
* Backend support for top-level Clang epxressionsSean Callanan2016-03-221-25/+47
* Collect IRExecutionUnits as part of persistent expression state.Sean Callanan2016-03-211-0/+99
OpenPOWER on IntegriCloud