[cfe-commits] [patch] Reorder header search a bit

Chandler Carruth chandlerc at google.com
Thu Nov 19 16:07:26 PST 2009


Generally looks good. I had some header missing failures recently when
using Clang with hard-coded header search paths, I'll try your patch
and see if it helps.

On Thu, Nov 19, 2009 at 1:32 PM, Rafael Espindola <espindola at google.com> wrote:
> The attached patch reorder the header search a bit so that it matches
> gcc exactly. The changes are
>
> *) the ../backward is the last in libstdc++ to be searched
> *) If compiling c++ the c++ headers are searched first
>
> I don't know if some code actually depends on this. I just found it by
> looking at gcc -v and clang -v.
>
> Cheers,
> --
> Rafael Ávila de Espíndola
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>




More information about the cfe-commits mailing list