summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
AgeCommit message (Expand)Author
2025-11-12[lldb][ClangModulesDeclVendor] Fix use-after-free of diagnostics stream (#167...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-10-21[lldb][DeclVendor] Remove ClangDeclVendor (#164380)Michael Buch
2025-09-16[clang] Initialize the file system explicitly (#158381)Jan Svoboda
2025-07-31NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151545)James Y Knight
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-06[lldb][Modules] Make decls from submodules visible for name lookup (#143098)Michael Buch
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-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
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda
2025-05-06[clang][modules] Lazily load by name lookups in module maps (#132853)Michael Spencer
2025-05-01[clang][frontend] Require invocation to construct `CompilerInstance` (#137668)Jan Svoboda
2025-04-28[clang] Hide the `TargetOptions` pointer from `CompilerInvocation` (#106271)Jan Svoboda
2025-04-23[lldb] Quote module name in error message (#137083)Adrian Prantl
2025-04-17Reland [clang] Unify `SourceLocation` and `IdentifierInfo*` pair-like data st...yronglin
2024-11-21Reapply "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Kadir Cetinkaya
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-03-07[lldb] Minor cleanup in StoringDiagnosticConsumer (#84263)Dave Lee
2024-03-06[lldb] Log module build remarks to types log too (#84260)Dave Lee
2024-03-06[lldb] Remove unused #includes in ClangModulesDeclVendor.cpp (#84262)Dave Lee
2023-06-15[lldb] Fix build error after 7bca6f45Jan Svoboda
2023-05-30[lldb] Fix build after Clang API change at rev 769d282d7292Jorge Gorbe Moya
2023-05-30[lldb] Fix build after Clang API changeJan Svoboda
2023-03-30[lldb] Use one Progress event per root module buildDave Lee
2022-12-16[lldb] Report clang module build remarksDave Lee
2022-12-05[lldb] Fix the way we set up the lldb modules infrastructure.Vassil Vassilev
2022-11-16Make CompilerType safeAdrian Prantl
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
2022-06-01Revert "Adapt LLDB for D120540."Adrian Prantl
2022-05-31Adapt LLDB for D120540.Adrian Prantl
2022-05-06Fix LLDB test broken by 499d0b96cb52c828e7fc4d58825b5e8b3f9931c5Sam McCall
2022-05-06[clang] createInvocationFromCommandLine -> createInvocation, delete former. NFCSam McCall
2022-02-21[C++20][Modules][1/8] Track valid import state.Iain Sandoe
2022-02-14[Preprocessor] Reduce the memory overhead of `#define` directives (Recommit)Alex Lorenz
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-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-29[clang][PATCH][nfc] Refactor TargetInfo::adjust to pass DiagnosticsEngine to ...Melanie Blower
2021-06-28Revert "[clang][PATCH][nfc] Refactor TargetInfo::adjust to pass DiagnosticsEn...Melanie Blower
2021-06-28[clang][PATCH][nfc] Refactor TargetInfo::adjust to pass DiagnosticsEngine to ...Melanie Blower
2021-03-08[lldb][NFC] Code style fixes for ClangModulesDeclVendorRaphael Isemann
2021-03-08[lldb][NFC] std::set -> DenseSet in ClangModulesDeclVendorRaphael Isemann
2020-12-14Revert "Lex: Migrate HeaderSearch::LoadedModuleMaps to FileEntryRef"Nico Weber
2020-12-14Adapt lldb to a40db5502b2515a6f2f1676b5d7a655ae0f41179Duncan P. N. Exon Smith
2020-11-16[lldb] Add support for using variables with C++ keywords names in non-C++ exp...Raphael Isemann