summaryrefslogtreecommitdiffstats
path: root/clang/test/FixIt/fixit-include.c
Commit message (Collapse)AuthorAgeFilesLines
* [clang] Get rid of "%T" expansionsKuba Mracek2017-08-151-5/+6
| | | | | | | | | | 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
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
| | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652
* Per discussion in ↵Argyrios Kyrtzidis2012-09-271-0/+2
| | | | | | | | | | http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html have PPCallbacks::InclusionDirective pass the character range for the filename quotes or brackets. rdar://11113134 & http://llvm.org/PR13880 llvm-svn: 164743
* Remove dos line endings. Please remember to configure your windows SVNChandler Carruth2012-07-201-13/+13
| | | | | | clients to default text files to 'eol-native'. llvm-svn: 160534
* Adding a fixit for includes that cannot be found with angle brackets, but ↵Aaron Ballman2012-07-171-0/+13
can be found with quoted strings instead. Implements PR13201. llvm-svn: 160406
OpenPOWER on IntegriCloud