llvm-project/clang/unittests/Driver
Serge Pavlov 4e769847c2 Use class to pass information about executable name
Information about clang executable name components, such as target and
driver mode, was passes in std::pair. With this change it is passed in
a special structure. It improves readability and makes access to this
information more convenient.

NFC.

Differential Revision: https://reviews.llvm.org/D36057

llvm-svn: 311981
2017-08-29 05:22:26 +00:00
..
CMakeLists.txt Use class to pass information about executable name 2017-08-29 05:22:26 +00:00
DistroTest.cpp [Driver] Add unit tests for Distro detection 2016-11-28 21:11:22 +00:00
MultilibTest.cpp
ToolChainTest.cpp Use class to pass information about executable name 2017-08-29 05:22:26 +00:00