summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp
AgeCommit message (Expand)Author
2024-08-26Use CLANG_RESOURCE_DIR more consistently (#103388)Kim Gräsman
2023-06-06[lldb] fix dangling reference in `ClangHost.cpp`paperchalice
2023-06-03[CMake] Ensure `CLANG_RESOURCE_DIR` is respected.paperchalice
2023-06-03Revert "[CMake] Ensure `CLANG_RESOURCE_DIR` is respected."Martin Storsjö
2023-06-02[CMake] Ensure `CLANG_RESOURCE_DIR` is respected.paperchalice
2022-11-10[clang] Only use major version in resource dirTimm Bäder
2022-08-20[clang][lldb][cmake] Use new `*_INSTALL_LIBDIR_BASENAME` CPP macroJohn Ericson
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
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
2020-10-02[lldb] Fix bug in fallback logic for finding the resource directory.Jonas Devlieghere
2020-01-29[lldb] Replace SmallStr.str().str() with std::string conversion operator.Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-03-26[ExpressionParser] Add swift-lldb case for finding clang resource dirAlex Langford
2019-03-13[ExpressionParser] Restore removed intance of FileSystem::Resolve while resol...Alex Langford
2019-03-12Update the macOS implementation of ComputeClangResourceDirectory toAdrian Prantl
2019-03-11Rewrite comment to be clearerAlex Langford
2019-03-07Fix TestPaths.py on windowsAlex Langford
2019-03-07[ExpressionParser] Implement ComputeClangResourceDir for WindowsAlex Langford
2019-03-06[ExpressionParser] Fix ComputeClangResourceDirectory for windowsAlex Langford
2019-03-06[ExpressionParser] Test GetClangResourceDirAlex Langford
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-08[FileSystem] Add convenience method to check for directories.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-06-19Replace HostInfo::GetLLDBPath with specific functionsPavel Labath
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-06-05Add ClangHost.cpp to the Xcode project. Jim Ingham
2018-06-04Remove dependency from Host to clang.Zachary Turner