[PATCH] D23409: Make clang-tidy work with clang-cl

Zachary Turner via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 11 15:01:51 PDT 2016


zturner updated this revision to Diff 67751.
zturner added a comment.

I added a test for the clang Driver changes.

It seems I'm still having some trouble writing the clang-cl test for clang-tidy.  It depends on having a different compilation database that uses clang-cl instead of clang.  I found one set of tests called `clang-tidy-run-with-database.cpp` but it requires shell, which will make it not work on Windows, which is the main place it should be tested in the first place.


https://reviews.llvm.org/D23409

Files:
  include/clang/Driver/Driver.h
  lib/Driver/Driver.cpp
  lib/Tooling/JSONCompilationDatabase.cpp
  unittests/Driver/ToolChainTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23409.67751.patch
Type: text/x-patch
Size: 6287 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160811/2d1d2ab5/attachment.bin>


More information about the cfe-commits mailing list