[PATCH] D45095: [clang-tidy] Align usage of ClangTool interface with new VFS injection

Whisperity via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 30 08:39:32 PDT 2018


whisperity created this revision.
whisperity added a reviewer: alexfh.
whisperity added a project: clang-tools-extra.
Herald added subscribers: dkrupp, rnkovacs, baloghadamsoftware, mgorny.

Aligns the interface landed in https://reviews.llvm.org/D41535 to the patch which makes VFS injection more user-friendly. The interface how `ClangTidy` and the error reporter gets the filesystem to use has also been made more explicit: now `ErrorReporter` gets the exact Clang Tool('s filesystem layout) that Clang-Tidy used to run checks.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D45095

Files:
  clang-tidy/ClangTidy.cpp
  clang-tidy/ClangTidy.h
  clang-tidy/tool/CMakeLists.txt
  clang-tidy/tool/ClangTidyMain.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45095.140434.patch
Type: text/x-patch
Size: 6394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180330/05dfe132/attachment-0001.bin>


More information about the cfe-commits mailing list