]> granicus.if.org Git - clang/commit
Use FileEntryRef for PPCallbacks::FileSkipped
authorAlex Lorenz <arphaman@gmail.com>
Tue, 27 Aug 2019 01:03:25 +0000 (01:03 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 27 Aug 2019 01:03:25 +0000 (01:03 +0000)
commitd198004caf1ca19a281041fc5a2ce6fb2acce308
treec5d9ade075b29d9fec611c506f6dad6a2926dd4f
parentcc90d37097d7e62dd9ee126b259acd43976a2b5a
Use FileEntryRef for PPCallbacks::FileSkipped

This fixes the issue where a filename dependendency was missing if the file that
was skipped was included through a symlink in an earlier run, if the file
manager was reused between runs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369998 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/PPCallbacks.h
lib/Frontend/DependencyFile.cpp
lib/Frontend/Rewrite/InclusionRewriter.cpp
lib/Lex/PPDirectives.cpp
unittests/Tooling/DependencyScannerTest.cpp