aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/InitHeaderSearch.cpp
AgeCommit message (Expand)Author
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