svn commit: r277803 - projects/clang360-import/lib/clang/include

David Chisnall theraven at FreeBSD.org
Wed Jan 28 15:50:00 UTC 2015


On 28 Jan 2015, at 15:37, Dimitry Andric <dim at FreeBSD.org> wrote:
> 
> First you say "they are internal and not directly addressable", and in
> the next sentence you say that it is a "nice property that you could
> search by grepping /usr/include".  If the files are internal and not
> directly addressable, why would you ever want to search them?
> 
> In that respect, it is even better to relocate them to a different
> location than /usr/include, since they're not *FreeBSD* headers, they're
> clang internal headers.
> 
> In other words, I consider this a win, not any form of loss. :)

It's also worth noting that these headers are likely to go away at some point.  The fact that the clang libraries look for them in a clang-binary-relative location is already problematic for libTooling consumers, so they are likely to become internal resources in one of the libClang* libraries.

David



More information about the svn-src-projects mailing list