aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/InitHeaderSearch.cpp
AgeCommit message (Expand)Author
2009-03-02Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar
2009-02-25add c++ search path for GCC 4.2, PR3668, patch by Pawel Worach!Chris Lattner
2009-02-19fix a bug introduced in my previous patch: moving clang headers to theChris Lattner
2009-02-19PR3614: "ignoring nonexistent directory" should print the -isysroot Chris Lattner
2009-02-18stop searching GCC install directories for standard C headers (butChris Lattner
2009-02-08use some references to simplify code.Chris Lattner
2009-02-08Genericize the existing logic for removing duplicate header dirs to applyChris Lattner
2009-02-05Add Debian gcc 4.3 header search directories.Torok Edwin
2008-12-25Add Fedora 10 GCC paths.Zhongxing Xu
2008-12-07add missing gentoo c++ include pathsNuno Lopes
2008-10-27Rename Characteristic_t to CharacteristicKindChris Lattner
2008-10-04Bug fix, CPATH="" does not add '.' to search path.Daniel Dunbar
2008-09-26clean up a bunch of fixme's I added, by moving Chris Lattner
2008-09-26emulate a bit of GCC path lookup weirdness: if a system Chris Lattner
2008-09-05Set different header search paths for the Windows platform.Argyrios Kyrtzidis
2008-09-05Add header search paths for Mingw32 (GCC version 4).Argyrios Kyrtzidis
2008-08-23Add header search paths for dragonfly, patch by Sascha Wildner!Chris Lattner
2008-08-22Move most of HeaderSearch initialization to libDriver.Nico Weber