[PATCH] D45697: [clang-tidy] Fix clang-tidy doesn't read .clangtidy configuration file.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 17 01:58:43 PDT 2018


hokein added inline comments.


================
Comment at: test/clang-tidy/read_file_config.cpp:1
+// RUN: mkdir -p %T/read-file-config/
+// RUN: cp %s %T/read-file-config/test.cpp
----------------
JonasToth wrote:
> Will this work on windows?
I believe it works on windows (although I don't have a windows machine) -- this command has been used in a few existing tests. 


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D45697





More information about the cfe-commits mailing list