summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/FunctionCaller.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Move LLVM RTTI implementation from enum to static ID variableRaphael Isemann2019-11-121-2/+4
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-21/+21
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-11/+10
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-1/+2
* Fix an invalid static cast in ClangExpressionParser.cppAdrian Prantl2019-03-131-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Add a way to load an image using a library name and list of paths.Jim Ingham2018-06-281-1/+5
* Set m_struct_valid to initial value in ctor. Jason Molenda2018-05-311-1/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-6/+5
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* 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
* Make DiagnosticsManager functions take StringRefs.Zachary Turner2016-11-121-6/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-320/+314
* Compilation can end up calling functions (e.g. to resolve indirect functions)...Jim Ingham2016-03-211-3/+3
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-48/+43
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-1/+0
* Reduce inclusion of clang headers.Bruce Mitchener2015-09-181-15/+0
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-0/+422
OpenPOWER on IntegriCloud