[PATCH] D27971: Make FormatStyle.GetStyleOfFile test work on MSVC

Manuel Klimek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 20 01:10:20 PST 2016


klimek added a comment.

Why isn't the right solution to make getStyle() use vfs::FileSystem? Generally, everything in clang-format (well, in clang) should use vfs::FileSystem for file access.


https://reviews.llvm.org/D27971





More information about the cfe-commits mailing list