[PATCH] D70440: [Driver] Use VFS to check if sanitizer blacklists exist
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 19 06:48:45 PST 2019
ilya-biryukov added inline comments.
================
Comment at: clang/unittests/Driver/SanitizerArgsTest.cpp:71
+ prepareFS(llvm::ArrayRef<std::string> ExtraFiles) {
+
+ llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> FS =
----------------
NIT to self: remove this newline and the one before return
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70440/new/
https://reviews.llvm.org/D70440
More information about the cfe-commits
mailing list