]> granicus.if.org Git - clang/commit
Allow preprocessor callbacks to recover from a "file not found" error,
authorDouglas Gregor <dgregor@apple.com>
Sun, 20 Nov 2011 17:46:46 +0000 (17:46 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 20 Nov 2011 17:46:46 +0000 (17:46 +0000)
commit1c2e9332fa69727425a3a2b912e36e2ab62083f8
treee37d5a66ca966268298e869872def24606e0c78f
parent1bea8807bcd2be10bf6309a3a848489434464ced
Allow preprocessor callbacks to recover from a "file not found" error,
from Jason Haslam!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145012 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/HeaderSearch.h
include/clang/Lex/PPCallbacks.h
include/clang/Lex/Preprocessor.h
lib/Lex/HeaderSearch.cpp
lib/Lex/PPDirectives.cpp