[cfe-commits] [Patch] Fix Include Search for stdin (PR 4897)
Douglas Gregor
dgregor at apple.com
Fri Aug 6 05:06:57 PDT 2010
On Jun 13, 2010, at 8:01 AM, Jon Simons wrote:
> Attached is a patch which fixes #include search when processing
> stdin. It also contains a test case. This is for PR 4897.
>
> There is no FileEntry maintained for stdin, so I changed the
> HeaderSearch::LookupFile to instead use an llvm::sys:Path.
> While there I took care of a FIXME. I am willing to refactor
> this per suggestions if needed.
Looks great, thanks! Committed in r110440.
- Doug
More information about the cfe-commits
mailing list