summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser
AgeCommit message (Expand)Author
2025-11-21[clang][NFC] Inline Frontend/FrontendDiagnostic.h -> Basic/DiagnosticFrontend...Jordan Rupprecht
2025-11-12[lldb][ClangExpressionParser] Clean up ownership of members in ClangDiagnosti...Michael Buch
2025-11-12[lldb][ClangModulesDeclVendor] Fix use-after-free of diagnostics stream (#167...Michael Buch
2025-11-08[lldb][ClangModulesDeclVendor] Print Clang module loading errors to expressio...Michael Buch
2025-11-07[lldb][ClangModulesDeclVendor] Don't stop loading Clang modules if an individ...Michael Buch
2025-11-07[lldb][ClangModulesDeclVendor] Revamp error handling when loading Clang modul...Michael Buch
2025-11-06[lldb][docs][NFC] Fix ClangModulesDeclVendor::AddModule parameter docsMichael Buch
2025-11-05[lldb] Mark single-argument SourceLanguage constructors explicit (#166527)Michael Buch
2025-10-22[clang] Don't silently inherit the VFS from `FileManager` (#164323)Jan Svoboda
2025-10-21[lldb][DeclVendor] Remove ClangDeclVendor (#164380)Michael Buch
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov
2025-10-10[lldb][Expression] Emit a 'Note' diagnostic that indicates the language used ...Michael Buch
2025-10-02[clang] NFCI: Clean up `CompilerInstance::create{File,Source}Manager()` (#160...Jan Svoboda
2025-09-26[llvm][clang] Use the VFS in `FileCollector` (#160788)Jan Svoboda
2025-09-22[lldb][ClangExpressionParser] Reset DiagnosticManager before we create persis...Michael Buch
2025-09-16[clang] Initialize the file system explicitly (#158381)Jan Svoboda
2025-09-03[lldb][ExpressionParser][NFC] Clean up expression language picking logic (#15...Michael Buch
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov
2025-08-22[lldb][ClangASTImporter] Don't ASTImport LambdaExpr nodes (#154962)Michael Buch
2025-08-13[lldb][ClangASTImporter][NFC] Create helper for CanImportMichael Buch
2025-08-13[lldb][ClangASTImporter][NFC] Factor out completion logic out of ClangASTImpo...Michael Buch
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-08-04[lldb][darwin] force BuiltinHeadersInSystemModules to be always false (#151535)Charles Zablit
2025-08-01NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151782)James Y Knight
2025-07-31NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151545)James Y Knight
2025-07-31NFC: Clean up construction of IntrusiveRefCntPtr from raw pointers for llvm::...James Y Knight
2025-07-31[lldb][TypeSystemClang] Make AsmLabel parameter a llvm::StringRef (#151355)Michael Buch
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere
2025-07-12[Clang][AST][NFC] (`RecordDecl` -> `CXXRecordDecl`)`::isInjectedClassName` (#...Yanzuo Liu
2025-07-09[lldb][Expression][NFC] Run clang-format on ClangExpressionParser.cpp and Cla...Michael Buch
2025-07-09[LLDB] Fix build after TargetInfo::adjust signature change (#147727)Yaxun (Sam) Liu
2025-06-26[lldb][Darwin] revert change to lang_opts.BuiltinHeadersInSystemModules (#145...Charles Zablit
2025-06-25[lldb][darwin] force BuiltinHeadersInSystemModules to be always false (#144913)Charles Zablit
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath
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-06-06[lldb][Modules] Make decls from submodules visible for name lookup (#143098)Michael Buch
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-06-03[lldb][TypeSystem][NFC] CreateFunctionType to take parameters by llvm::ArrayR...Michael Buch
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal
2025-05-29Reland "[lldb][Modules] Fix error handling of parseAndLoadModuleMapFile (#141...Michael Buch
2025-05-29Revert "[lldb][Modules] Fix error handling of parseAndLoadModuleMapFile (#141...Jason Molenda
2025-05-28[lldb][Expression] Remove m_found_function_with_type_info in favour of boolea...Michael Buch
2025-05-27[lldb][Modules] Fix error handling of parseAndLoadModuleMapFile (#141220)Michael Buch
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata