aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser
AgeCommit message (Expand)AuthorFilesLines
2025-11-26Reland "[clang] Refactor to remove clangDriver dependency from clangFrontend ...Naveen Seth Hanig3-3/+4
2025-11-24Revert " [clang] Refactor to remove clangDriver dependency from clangFrontend...Naveen Seth Hanig3-4/+3
2025-11-24Reapply " [clang] Refactor to remove clangDriver dependency from clangFronten...Shilei Tian3-3/+4
2025-11-24Revert " [clang] Refactor to remove clangDriver dependency from clangFrontend...Shilei Tian3-4/+3
2025-11-23 [clang] Refactor to remove clangDriver dependency from clangFrontend and fl...Naveen Seth Hanig3-3/+4
2025-11-21[clang][NFC] Inline Frontend/FrontendDiagnostic.h -> Basic/DiagnosticFrontend...Jordan Rupprecht1-1/+1
2025-11-12[lldb][ClangExpressionParser] Clean up ownership of members in ClangDiagnosti...Michael Buch1-5/+5
2025-11-12[lldb][ClangModulesDeclVendor] Fix use-after-free of diagnostics stream (#167...Michael Buch1-4/+4
2025-11-08[lldb][ClangModulesDeclVendor] Print Clang module loading errors to expressio...Michael Buch1-6/+6
2025-11-07[lldb][ClangModulesDeclVendor] Don't stop loading Clang modules if an individ...Michael Buch3-7/+9
2025-11-07[lldb][ClangModulesDeclVendor] Revamp error handling when loading Clang modul...Michael Buch5-82/+77
2025-11-06[lldb][docs][NFC] Fix ClangModulesDeclVendor::AddModule parameter docsMichael Buch1-4/+4
2025-11-05[lldb] Mark single-argument SourceLanguage constructors explicit (#166527)Michael Buch1-1/+1
2025-10-22[clang] Don't silently inherit the VFS from `FileManager` (#164323)Jan Svoboda1-1/+0
2025-10-21[lldb][DeclVendor] Remove ClangDeclVendor (#164380)Michael Buch7-99/+25
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov4-14/+11
2025-10-10[lldb][Expression] Emit a 'Note' diagnostic that indicates the language used ...Michael Buch5-9/+42
2025-10-02[clang] NFCI: Clean up `CompilerInstance::create{File,Source}Manager()` (#160...Jan Svoboda1-1/+1
2025-09-26[llvm][clang] Use the VFS in `FileCollector` (#160788)Jan Svoboda1-2/+2
2025-09-22[lldb][ClangExpressionParser] Reset DiagnosticManager before we create persis...Michael Buch1-2/+4
2025-09-16[clang] Initialize the file system explicitly (#158381)Jan Svoboda2-3/+6
2025-09-03[lldb][ExpressionParser][NFC] Clean up expression language picking logic (#15...Michael Buch1-13/+9
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov1-1/+1
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov1-1/+1
2025-08-22[lldb][ClangASTImporter] Don't ASTImport LambdaExpr nodes (#154962)Michael Buch1-0/+10
2025-08-13[lldb][ClangASTImporter][NFC] Create helper for CanImportMichael Buch2-21/+17
2025-08-13[lldb][ClangASTImporter][NFC] Factor out completion logic out of ClangASTImpo...Michael Buch2-29/+44
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov5-28/+26
2025-08-04[lldb][darwin] force BuiltinHeadersInSystemModules to be always false (#151535)Charles Zablit1-50/+1
2025-08-01NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151782)James Y Knight4-24/+23
2025-07-31NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151545)James Y Knight2-3/+2
2025-07-31NFC: Clean up construction of IntrusiveRefCntPtr from raw pointers for llvm::...James Y Knight1-1/+1
2025-07-31[lldb][TypeSystemClang] Make AsmLabel parameter a llvm::StringRef (#151355)Michael Buch1-1/+1
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere1-3/+3
2025-07-12[Clang][AST][NFC] (`RecordDecl` -> `CXXRecordDecl`)`::isInjectedClassName` (#...Yanzuo Liu1-1/+1
2025-07-09[lldb][Expression][NFC] Run clang-format on ClangExpressionParser.cpp and Cla...Michael Buch2-2/+4
2025-07-09[LLDB] Fix build after TargetInfo::adjust signature change (#147727)Yaxun (Sam) Liu2-2/+2
2025-06-26[lldb][Darwin] revert change to lang_opts.BuiltinHeadersInSystemModules (#145...Charles Zablit1-1/+50
2025-06-25[lldb][darwin] force BuiltinHeadersInSystemModules to be always false (#144913)Charles Zablit1-50/+1
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath1-0/+2
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath1-2/+0
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath1-0/+2
2025-06-17[lldb][Expression] Don't create Objective-C IR checker for pure-C++ targets/f...Michael Buch1-1/+8
2025-06-17[lldb][Expression] Remove IR pointer checker (#144483)Michael Buch2-104/+4
2025-06-06[lldb][Modules] Make decls from submodules visible for name lookup (#143098)Michael Buch1-0/+7
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-7/+7
2025-06-03[lldb][TypeSystem][NFC] CreateFunctionType to take parameters by llvm::ArrayR...Michael Buch1-2/+2
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath1-4/+5
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal1-2/+0
2025-05-29Reland "[lldb][Modules] Fix error handling of parseAndLoadModuleMapFile (#141...Michael Buch1-1/+1