summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Driver/ToolChainTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT`Serge Pavlov2019-09-281-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-7/+7
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-08-061-1/+1
* Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Stat...Reid Kleckner2018-07-261-1/+1
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-07-261-1/+1
* Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with ...Eric Liu2018-07-111-1/+1
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-07-111-1/+1
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-271-2/+2
* Use class to pass information about executable nameSerge Pavlov2017-08-291-0/+96
* [Driver] Actually report errors during parsing instead of stopping when there...Benjamin Kramer2017-06-301-0/+11
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-241-5/+16
* Testing commit access.Manoj Gupta2017-04-181-1/+1
* [Driver] Set the default driver mode based on the executable.Zachary Turner2016-08-121-0/+25
* Minor fix in ToolChainTest.cpp to allow user defined GCC toolchain.Samuel Antao2015-10-271-4/+4
* [Driver] Use the parent_path of the clang executable as the default InstalledDirBenjamin Kramer2015-10-131-2/+41
* Fix VFS GCC unittest on WindowsReid Kleckner2015-10-091-0/+3
* [VFS] Wire up multilib toolchain code to the VFS.Benjamin Kramer2015-10-091-3/+7
* [VFS] Port driver tool chains to VFS.Benjamin Kramer2015-10-071-0/+74
OpenPOWER on IntegriCloud