summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix a bunch of -Wdocumentation warnings in ExpressionParserJonas Devlieghere2019-11-131-49/+25
* [lldb][NFC] Remove unused MaterializeInitializer and MaterializeInternalVariableRaphael Isemann2019-08-171-21/+0
* [Symbol] Decouple clang from CompilerTypeAlex Langford2019-08-131-0/+1
* [lldb][NFC] Remove unused IRForTarget::BuildRelocationRaphael Isemann2019-08-091-14/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-92/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-76/+76
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* [opaque pointer types] Update calls to CreateCall to pass the functionJames Y Knight2019-02-081-14/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-55/+50
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-4/+4
* Fixed TestObjCStructArgument/i386; expressions can now call ObjC class methods.Sean Callanan2016-09-291-0/+32
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-604/+587
* The error stream in IRForTarget is never null, so use it instead of the log.Sean Callanan2016-08-271-3/+3
* Don't crash when trying to capture persistent variables in a block.Sean Callanan2016-08-261-2/+4
* Backend support for top-level Clang epxressionsSean Callanan2016-03-221-34/+39
* Removed many JIT workarounds from IRForTarget.Sean Callanan2016-02-131-100/+1
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-0/+745
OpenPOWER on IntegriCloud