Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename directory housing clang-include-fixer to be eponymous | Nico Weber | 2019-03-25 | 1 | -19/+0 |
| | | | | | | | | | | | Makes the name of this directory consistent with the names of the other directories in clang-tools-extra. Similar to r356254. No intended behavior change. Differential Revision: https://reviews.llvm.org/D59750 llvm-svn: 356897 | ||||
* | Remove most instances of REQUIRES: shell from the tools/extra tests | Reid Kleckner | 2016-08-16 | 1 | -3/+2 |
| | | | | | | | | None of these tests actually require bash, they just have quoting bugs when paths contain backslashes and colons. Fix them with the "%/T" lit substitution variants. llvm-svn: 278815 | ||||
* | [include-fixer] Keep dot dot in SymbolInfo file paths. | Haojian Wu | 2016-06-08 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | | | Summary: Currently, removing dot dot in header's path doesn't make include-fixer minimize path correctly in some cases, for example, specify a relative search path based on the build directory("-I../include/"). Besides, removing dot dot can break symbolic link directories. So don't removing it for now. Reviewers: ioeric, bkramer Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D21132 llvm-svn: 272152 | ||||
* | [include-fixer] explicitly set minimize-paths in test. | Eric Liu | 2016-06-08 | 1 | -1/+1 |
| | | | | llvm-svn: 272151 | ||||
* | [include-fixer] Add lit-test for relative include path. | Haojian Wu | 2016-05-11 | 1 | -0/+14 |
Reviewers: bkramer Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D20159 llvm-svn: 269177 |