| commit | 460132d35ce36d8dc9701035d97f23d13dcb91f7 | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Wed Jun 01 05:43:53 2011 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Wed Jun 01 05:43:53 2011 +0000 |
| tree | 6a8dd52a76665328ae2da07936497477469f3600 | |
| parent | 9f20804216ef49f4c904bce812b390da33c297c9 [diff] |
[PCH] Be conservative and check all the files the PCH references to see if a file was modified since the time the PCH was created. The parser is not fit to deal with stale PCHs, too many invariants do not hold up. rdar://9530587. llvm-svn: 132389