aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser
AgeCommit message (Expand)AuthorFilesLines
7 days[lldb][NFC] Mark Symbol pointers as const where easily possible (#177472)Alex Langford2-5/+6
13 days[lldb][ClangExpressionDeclMap][NFC] Reword/add FIXMEsMichael Buch1-8/+17
2026-01-17[llvm][Support] Move llvm::createStringErrorV to a new ErrorExtras.h header (...Michael Buch1-0/+1
2026-01-16[lldb][NFC] Replace createStringError/llvm::formatv pairs with createStringEr...Michael Buch1-8/+7
2026-01-12[Clang] Improve CodeGenerator API a bit (#175239)Sirraide1-5/+2
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin2-5/+4
2026-01-02[lldb][ClangExpressionDeclMap][NFC] Remove redundant std::string castMichael Buch1-2/+1
2025-12-17Revert "Make result variables obey their dynamic values in subsequent express...Dave Lee1-1/+1
2025-12-16[lldb][ClangASTSource][NFC] Clean up RegisterNamespaceMap (#172520)Michael Buch4-14/+10
2025-12-12[lldb][ClangExpressionParser] Emit more accurate language note for Objective-...Michael Buch1-3/+9
2025-12-11Make result variables obey their dynamic values in subsequent expressions (#1...jimingham1-1/+1
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