[PATCH] D51865: [clang-tidy] Added a test -export-fixes with relative paths.

2018-11-28 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rCTE347760: [clang-tidy] Added a test -export-fixes with relative paths. (authored by ibiryukov, committed by ). Changed prior to commit: https://reviews.llvm.org/D51865?vs=164688&id=175682#toc Repositor

[PATCH] D51865: [clang-tidy] Added a test -export-fixes with relative paths.

2018-09-13 Thread Stephen Kelly via Phabricator via cfe-commits
steveire accepted this revision. steveire added a comment. This revision is now accepted and ready to land. Thanks! Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D51865 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://

[PATCH] D51865: [clang-tidy] Added a test -export-fixes with relative paths.

2018-09-10 Thread Ilya Biryukov via Phabricator via cfe-commits
ilya-biryukov created this revision. ilya-biryukov added reviewers: ioeric, steveire. Herald added a subscriber: xazax.hun. A test for https://reviews.llvm.org/D51864. Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D51865 Files: test/clang-tidy/export-relpath.cpp Index: test