summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
AgeCommit message (Expand)Author
2025-06-17[lldb][Expression] Don't create Objective-C IR checker for pure-C++ targets/f...Michael Buch
2025-06-17[lldb][Expression] Remove IR pointer checker (#144483)Michael Buch
2025-04-01[lldb] Prefer PointerType::get with LLVMContext over Type (NFC) (#133869)Mats Jun Larsen
2024-10-15[lldb] Use BasicBlock::iterator instead of InsertPosition (NFC) (#112307)Jonas Devlieghere
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-08-12[lldb] Avoid calling DataLayout constructor accepting Module pointer (NFC) (#...Sergei Barannikov
2023-11-07[lldb] Fix calls to Type::getInt8PtrTy (#71561)Paulo Matos
2023-03-21[lldb][expr] Propagate ClangDynamicCheckerFunctions::Install() errors to callerStefan Gränitz
2023-03-17[LLDB] Remove some typed pointer code (NFCI)Nikita Popov
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-12-24Use isa instead of dyn_cast (NFC)Kazu Hirata
2020-10-23[lldb] Redesign Target::GetUtilityFunctionForLanguage APIJonas Devlieghere
2020-04-27[IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand().Craig Topper
2020-02-27[lldb][NFC] Fix several -Wdocumentation warningsRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-15[LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford
2019-07-12[Expression] Move IRDynamicChecks to ClangExpressionParserAlex Langford