summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h
AgeCommit message (Expand)Author
2024-08-12[lldb] Avoid calling DataLayout constructor accepting Module pointer (NFC) (#...Sergei Barannikov
2023-10-28[lldb] Remove some declarations without definitions (#70514)Sergei Barannikov
2023-06-30[lldb] Delete RewriteObjCClassReferences (NFC)Dave Lee
2021-05-25[lldb][NFC] Remove misleading ModulePass base class for IRForTargetRaphael Isemann
2021-05-18[lldb][NFC] Cleanup IRForTarget member initializersRaphael Isemann
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-02-03[lldb] Delete ClangForward.hAlex Langford
2019-11-13[LLDB] Fix a bunch of -Wdocumentation warnings in ExpressionParserJonas Devlieghere
2019-08-17[lldb][NFC] Remove unused MaterializeInitializer and MaterializeInternalVariableRaphael Isemann
2019-08-13[Symbol] Decouple clang from CompilerTypeAlex Langford
2019-08-09[lldb][NFC] Remove unused IRForTarget::BuildRelocationRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-08[opaque pointer types] Update calls to CreateCall to pass the functionJames Y Knight
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-02Enable AUTOBRIEF in doxygen configuration.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-29Fixed TestObjCStructArgument/i386; expressions can now call ObjC class methods.Sean Callanan
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-27The error stream in IRForTarget is never null, so use it instead of the log.Sean Callanan
2016-08-26Don't crash when trying to capture persistent variables in a block.Sean Callanan
2016-03-22Backend support for top-level Clang epxressionsSean Callanan
2016-02-13Removed many JIT workarounds from IRForTarget.Sean Callanan
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan