[cfe-commits] r124754 - /cfe/trunk/lib/Basic/FileManager.cpp
Douglas Gregor
dgregor at apple.com
Thu Feb 3 06:37:46 PST 2011
On Feb 2, 2011, at 8:43 PM, Rafael Ávila de Espíndola wrote:
> On 11-02-02 10:14 PM, Nico Weber wrote:
>> This CL (I think, didn't really bisect) breaks the following:
>>
>> touch test.h
>> mkdir -p a/b
>> cd a/b
>> echo '#include "test.h"'> test.c
>> clang -I../.. -c test.c
>
> It also broke anything using symbolic links. I have reverted it for now.
Thanks!
What a *dumb* idea I had there ;)
- Doug
More information about the cfe-commits
mailing list