]> granicus.if.org Git - clang/commit
[Frontend] Use vfs for directory iteration while searching PCHs. NFCI
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 12 Dec 2016 19:28:21 +0000 (19:28 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 12 Dec 2016 19:28:21 +0000 (19:28 +0000)
commit4d61f224163e7197919e097f8e32debf832d370f
tree401d93f5f163fe934218f1e6044a31eecee5c38a
parentd3e1b4dd6c9aca5942c0127ad0bfdb2a34d7919d
[Frontend] Use vfs for directory iteration while searching PCHs. NFCI

Use the vfs lookup instead of real filesytem and handle the case where
-include-pch is a directory and this dir is searched for a PCH.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289459 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/FrontendAction.cpp