]> granicus.if.org Git - clang/commit
If PCH refers to a file that doesn't exist anymore, emit a nice error
authorChris Lattner <sabre@nondot.org>
Mon, 15 Jun 2009 04:35:16 +0000 (04:35 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Jun 2009 04:35:16 +0000 (04:35 +0000)
commitd3555ae09f3d31f7cac84a85d3915459fd34c657
treea0bfe23bdb0bfe4eca3dceaf4b869371479eba68
parentb1526f311f124dafc03a8e44d3bd8785fd10e267
If PCH refers to a file that doesn't exist anymore, emit a nice error
like:
fatal error: could not find file '1.h' referenced by PCH file
instead of aborting with an assertion failure, PR4219

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