[all-commits] [llvm/llvm-project] aa981c: Reland 9f3fdb0d7fab: [Driver] Use VFS to check if ...

Ilya Biryukov via All-commits all-commits at lists.llvm.org
Thu Nov 21 02:57:32 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: aa981c1802d7353c777e399f2568e5a0e12dea21
      https://github.com/llvm/llvm-project/commit/aa981c1802d7353c777e399f2568e5a0e12dea21
  Author: Ilya Biryukov <ibiryukov at google.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M clang/lib/Basic/SanitizerSpecialCaseList.cpp
    M clang/lib/Basic/XRayLists.cpp
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/XRayArgs.cpp
    M clang/unittests/Driver/CMakeLists.txt
    A clang/unittests/Driver/SanitizerArgsTest.cpp
    M llvm/include/llvm/Support/SpecialCaseList.h
    M llvm/lib/Support/SpecialCaseList.cpp
    M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
    M llvm/tools/llvm-cfi-verify/llvm-cfi-verify.cpp
    M llvm/tools/llvm-cov/CodeCoverage.cpp
    M llvm/tools/sancov/sancov.cpp
    M llvm/unittests/Support/SpecialCaseListTest.cpp

  Log Message:
  -----------
  Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists exist

With updates to various LLVM tools that use SpecialCastList.

It was tempting to use RealFileSystem as the default, but that makes it
too easy to accidentally forget passing VFS in clang code.




More information about the All-commits mailing list