summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/InitHeaderSearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-326/+0
* add c++ search path for GCC 4.2, PR3668, patch by Pawel Worach!Chris Lattner2009-02-251-1/+3
* fix a bug introduced in my previous patch: moving clang headers to theChris Lattner2009-02-191-2/+2
* PR3614: "ignoring nonexistent directory" should print the -isysroot Chris Lattner2009-02-191-2/+2
* stop searching GCC install directories for standard C headers (butChris Lattner2009-02-181-79/+6
* use some references to simplify code.Chris Lattner2009-02-081-19/+20
* Genericize the existing logic for removing duplicate header dirs to applyChris Lattner2009-02-081-38/+47
* Add Debian gcc 4.3 header search directories.Torok Edwin2009-02-051-0/+6
* Add Fedora 10 GCC paths.Zhongxing Xu2008-12-251-0/+10
* add missing gentoo c++ include pathsNuno Lopes2008-12-071-0/+9
* Rename Characteristic_t to CharacteristicKindChris Lattner2008-10-271-1/+1
* Bug fix, CPATH="" does not add '.' to search path.Daniel Dunbar2008-10-041-1/+1
* clean up a bunch of fixme's I added, by moving Chris Lattner2008-09-261-10/+6
* emulate a bit of GCC path lookup weirdness: if a system Chris Lattner2008-09-261-6/+37
* Set different header search paths for the Windows platform.Argyrios Kyrtzidis2008-09-051-9/+17
* Add header search paths for Mingw32 (GCC version 4).Argyrios Kyrtzidis2008-09-051-0/+9
* Add header search paths for dragonfly, patch by Sascha Wildner!Chris Lattner2008-08-231-0/+6
* Move most of HeaderSearch initialization to libDriver.Nico Weber2008-08-221-0/+312
OpenPOWER on IntegriCloud