summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/XcodeSDK.cpp
AgeCommit message (Expand)Author
2025-10-15[lldb] Correct bridgeOS -> BridgeOS spelling (#163479)Jonas Devlieghere
2025-08-21[lldb] Remove unused XcodeSDK::SupportsSwift (NFC) (#154572)Dave Lee
2025-08-04[lldb][darwin] force BuiltinHeadersInSystemModules to be always false (#151535)Charles Zablit
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-03-11[lldb][XcodeSDK] Simplify logic that adjusts sysroot during XcodeSDK merging ...Michael Buch
2025-03-04Reland "[lldb][HostInfoMacOSX] Try to use DW_AT_LLVM_sysroot instead of xcrun...Michael Buch
2025-03-03Revert "[lldb][HostInfoMacOSX] Try to use DW_AT_LLVM_sysroot instead of xcrun...Augusto Noronha
2025-03-03[lldb][HostInfoMacOSX] Try to use DW_AT_LLVM_sysroot instead of xcrun when lo...Michael Buch
2024-08-09Reland "[lldb][ClangExpressionParser] Set BuiltinHeadersInSystemModules depen...Michael Buch
2024-08-07Revert "[lldb][ClangExpressionParser] Set BuiltinHeadersInSystemModules depen...Jason Molenda
2024-08-07[lldb][ClangExpressionParser] Set BuiltinHeadersInSystemModules depending on ...Michael Buch
2024-01-17[lldb] Upstream xros support in lldb (#78389)Jonas Devlieghere
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-10-04[lldb] Mark operator== const to avoid ambiguity in C++20. (#68224)Samira Bazuzi
2023-05-02[lldb] Remove FileSpec::GetLastPathComponentAlex Langford
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2020-07-22[lldb] Eliminate unneeded value parameters in Utility (NFC)Jonas Devlieghere
2020-06-05Move GetXcode*Directory into HostInfo (NFC)Adrian Prantl
2020-05-14[lldb] Fix a "missing return" warning in XcodeSDKPavel Labath
2020-05-08Add an API to construct an XcodeSDK from an SDK type.Adrian Prantl
2020-05-07Add a function to detect whether an Xcode SDK supports SwiftAdrian Prantl
2020-05-07Add an XcodeSDK::GetSDKTypeForTriple functionAdrian Prantl
2020-05-07Reuse existing functionality in XcodeSDK::SDKSupportsModules (NFC)Adrian Prantl
2020-04-24Fix a dangling-gsl warning and avoid transitively including string.Eric Christopher
2020-04-24Add an internal bit to the XcodeSDK class.Adrian Prantl
2020-04-10Attempt to fix a compile error reported with older compilers and libstdc++Adrian Prantl
2020-04-06Remap the target (Xcode) SDK directory to the host SDK directory.Adrian Prantl