[cfe-commits] [Patch] Fix Include Search for stdin (PR 4897)
Jon Simons
simonsj at ccs.neu.edu
Sat Jun 12 23:01:35 PDT 2010
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.
Thanks,
-Jon Simons
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: PR4897.PatchJS
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100612/b3eaf1ff/attachment.ksh>
More information about the cfe-commits
mailing list