]> granicus.if.org Git - clang/commit
On FreeBSD, make sure /usr/local/include is *not* in the default include
authorRoman Divacky <rdivacky@freebsd.org>
Tue, 1 Mar 2011 18:08:03 +0000 (18:08 +0000)
committerRoman Divacky <rdivacky@freebsd.org>
Tue, 1 Mar 2011 18:08:03 +0000 (18:08 +0000)
commit630766057eabe78f9bb2e0c0d023223fb8d0174e
tree40e2cb88d959ea4e6bcb31c08d70beb5868267ed
parent20f1462f817ac1374f42c6d62853f137feff147b
On FreeBSD, make sure /usr/local/include is *not* in the default include
path.  This avoids accidentally including the wrong headers.

Patch by Dimitry Andric!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126761 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/InitHeaderSearch.cpp