Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang] Get rid of "%T" expansions | Kuba Mracek | 2017-08-15 | 1 | -5/+5 |
| | | | | | | | | | | The %T lit expansion expands to a common directory shared between all the tests in the same directory, which is unexpected and unintuitive, and more importantly, it's been a source of subtle race conditions and flaky tests. In https://reviews.llvm.org/D35396, it was agreed that it would be best to simply ban %T and only keep %t, which is unique to each test. When a test needs a temporary directory, it can just create one using mkdir %t. This patch removes %T in clang. Differential Revision: https://reviews.llvm.org/D36437 llvm-svn: 310950 | ||||
* | Use the name of the file on disk to issue a new diagnostic about ↵ | Taewook Oh | 2016-06-13 | 1 | -0/+10 |
| | | | | | | | | | | | non-portable #include and #import paths. Differential Revision: http://reviews.llvm.org/D19843 Corresponding LLVM change: http://reviews.llvm.org/D19842 Re-commit of r272562 after addressing clang-x86-win2008-selfhost failure. llvm-svn: 272584 | ||||
* | Revert r272562 for build bot failure (clang-x86-win2008-selfhost) | Taewook Oh | 2016-06-13 | 1 | -10/+0 |
| | | | | llvm-svn: 272572 | ||||
* | Use the name of the file on disk to issue a new diagnostic about ↵ | Taewook Oh | 2016-06-13 | 1 | -0/+10 |
non-portable #include and #import paths. Differential Revision: http://reviews.llvm.org/D19843 Corresponding LLVM change: http://reviews.llvm.org/D19842 Re-commit after addressing issues with of generating too many warnings for Windows and asan test failures. Patch by Eric Niebler llvm-svn: 272562 |