[Preprocessor] Stop entering included files after hitting a fatal error.Fixes a problem when we have multiple inclusion cycles and try toenumerate all possible ways to reach the max inclusion dept
[Preprocessor] Stop entering included files after hitting a fatal error.Fixes a problem when we have multiple inclusion cycles and try toenumerate all possible ways to reach the max inclusion depth.rdar://problem/38871876Reviewers: bruno, rsmith, jkorous, aaron.ballmanReviewed By: bruno, jkorous, aaron.ballmanSubscribers: dexonsmith, cfe-commitsDifferential Revision: https://reviews.llvm.org/D48786llvm-svn: 337953
show more ...