summaryrefslogtreecommitdiffstats
path: root/test/Clang
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect testing assumptions for SolarisJakub Kulik2019-11-012-1/+4
|
* Fix reference to TestCmd's IS_WINDOWS in clang testsWilliam Deegan2018-11-282-2/+4
|
* PR #3244: changes per review for clang StaticLib testsMats Wichmann2018-11-282-14/+8
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* Add correct archiver tool for clang on win32Mats Wichmann2018-11-262-6/+34
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* remove mingw tool as it's breaking non win testsWilliam Deegan2018-05-251-1/+1
|
* Handful of changes to get clang tests passing on windows. Use glob to find ↵William Deegan2018-05-258-18/+25
| | | | other possible default mingw install paths. mingw is needed in many cases on windows to compile/archive.
* Amend the test file names to remove + symbols from file names.Russel Winder2017-07-024-0/+0
|
* Be more careful about the shared library names.Russel Winder2017-06-212-2/+33
|
* Initial commit for bringing Paweł Tomulik's clang and clang++ tools into ↵Russel Winder2017-06-218-0/+472
the mainline.