1. 3441b4f API changes to match llvm ToT. by Chris Lattner · 16 years ago
  2. 58bc48c Switch to SmallString::str from SmallString::c_str. by Daniel Dunbar · 16 years ago
  3. 2be79b3 Add an additional C++ hardcoded search path. by Eli Friedman · 16 years ago
  4. b57430d add support for opensuse 11.1/11.2 search paths, patch by Stefan Reinauer by Chris Lattner · 16 years ago
  5. 881f9a8 Additional AuroraUX header path. by Eli Friedman · 16 years ago
  6. 2e6da95 Add temp C++ include path for AuroraUX; patch by Edward O'Callaghan. by Eli Friedman · 16 years ago
  7. 0b797b1 add gentoo 2009.0 g++ header locations by Nuno Lopes · 16 years ago
  8. df71877 Add header search path for Gentoo stable, x86_64 version. by Sebastian Redl · 16 years ago
  9. 791505b Search path for 64-bit Ubuntu Linux, from Anders Johnsen by Douglas Gregor · 16 years ago
  10. c25d8a7 improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 17 years ago
  11. 51adf58 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 17 years ago[Renamed (99%) from clang/lib/Driver/InitHeaderSearch.cpp]
  12. d92f1bf add c++ search path for GCC 4.2, PR3668, patch by Pawel Worach! by Chris Lattner · 17 years ago
  13. 06ef388 fix a bug introduced in my previous patch: moving clang headers to the by Chris Lattner · 17 years ago
  14. 45d26bd PR3614: "ignoring nonexistent directory" should print the -isysroot by Chris Lattner · 17 years ago
  15. 970f245 stop searching GCC install directories for standard C headers (but by Chris Lattner · 17 years ago
  16. 24c911e use some references to simplify code. by Chris Lattner · 17 years ago
  17. bf20a9a Genericize the existing logic for removing duplicate header dirs to apply by Chris Lattner · 17 years ago
  18. c6853c1 Add Debian gcc 4.3 header search directories. by Torok Edwin · 17 years ago
  19. 4c16611 Add Fedora 10 GCC paths. by Zhongxing Xu · 17 years ago
  20. cbab7f6 add missing gentoo c++ include paths by Nuno Lopes · 17 years ago
  21. 66a740e Rename Characteristic_t to CharacteristicKind by Chris Lattner · 17 years ago
  22. 3ca0a63 Bug fix, CPATH="" does not add '.' to search path. by Daniel Dunbar · 17 years ago
  23. b03dc76 clean up a bunch of fixme's I added, by moving by Chris Lattner · 17 years ago
  24. e744d32 emulate a bit of GCC path lookup weirdness: if a system by Chris Lattner · 17 years ago
  25. 971dd23 Set different header search paths for the Windows platform. by Argyrios Kyrtzidis · 17 years ago
  26. 624cab8 Add header search paths for Mingw32 (GCC version 4). by Argyrios Kyrtzidis · 17 years ago
  27. 22a4aee Add header search paths for dragonfly, patch by Sascha Wildner! by Chris Lattner · 17 years ago
  28. ed9b410 Move most of HeaderSearch initialization to libDriver. by Nico Weber · 17 years ago