summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.cpp
AgeCommit message (Expand)Author
2024-07-09[lldb] Use correct path separator for C++ library files lookup (#98144)Vladislav Dzhidzhoev
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-10[lldb] Use std::optional instead of None in comments (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-20Use None consistently (NFC)Kazu Hirata
2021-11-25[LLDB] Provide target specific directories to libclangPavel Kosov
2021-01-21[lldb][import-std-module] Do some basic file checks before trying to import a...Raphael Isemann
2020-12-15[lldb] Fix import-std-module tests after libc++ got a new __memory subdirectoryRaphael Isemann
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-10-10[lldb][NFC] Use llvm::all_of instead of std::all_of in CppModuleConfigurationRaphael Isemann
2019-09-24[lldb] Use convert_to_slash in CppModuleConfigurationRaphael Isemann
2019-09-24[lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann