1. 5814e65 Allow Preprocessor to take ownership of the HeaderSearch object. I think it should probably always own the header search object, but I'm not sure... by Daniel Dunbar · 15 years ago
  2. 2cdafa8 Privatize InitHeaderSearch, this functionality is only exposed via by Daniel Dunbar · 15 years ago
  3. dd35ce9 Switch clang-cc to use ApplyHeaderSearchOptions, and fix a thinko. by Daniel Dunbar · 15 years ago
  4. 63c8b77 Add HeaderSearchOptions class, for packaging the information needed to by Daniel Dunbar · 15 years ago
  5. e166582 Lift InitHeaderSearch::AddEnvVarPaths logic higher. by Daniel Dunbar · 15 years ago
  6. 5c5758b Formatting fixes. by Daniel Dunbar · 15 years ago
  7. 40d1bb6 Eliminate tabls by John Thompson · 15 years ago
  8. 5114eca Add Ubuntu 9.10 libstdc++ install location. by Sebastian Redl · 15 years ago
  9. 5d7a188 Add C++ include paths for Exherbo. Patch by Daniel Mierswa! by Benjamin Kramer · 15 years ago
  10. e4b255c Split AddDefaultSystemIncludePaths into C, C++ and framework specific functions. by Rafael Espindola · 15 years ago
  11. aa546e2 add gentoo x86 2009.1 (gcc 4.3.4) include paths by Nuno Lopes · 15 years ago
  12. f6dc5ac Add Ubuntu 9.04 C++ search path. by Daniel Dunbar · 15 years ago
  13. 7adf949 AuroraUX toolchain fixes. by Edward O'Callaghan · 15 years ago
  14. 31b63be Add support for having different c++ search dirs with -m32 and -m64. So far by Rafael Espindola · 15 years ago
  15. d3f8834 Fixes pth.c on Windows. by John Thompson · 15 years ago
  16. 620d57a Fixup windows include paths. Patch by John Thompson. by Mike Stump · 15 years ago
  17. ff26720 Typo in AddGnuCPlusPlusIncludePaths. by Edward O'Callaghan · 15 years ago
  18. ec05766 Efficiency refinements. by Mike Stump · 15 years ago
  19. e85c74d Push all the way out to 80. by Mike Stump · 15 years ago
  20. 38ee4e0 Passing const Triple& is sufficient for AddDefaultSystemIncludePaths() by Axel Naumann · 15 years ago
  21. fb16c0a Add a refactor pointer... by Mike Stump · 15 years ago
  22. 43d8176 Set up include paths for VC++ and Cygwin headers, along with the by Mike Stump · 15 years ago
  23. 2e9f652 Refactor the c++ include path a bit. by Rafael Espindola · 15 years ago
  24. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  25. 458fb10 Replace some instances of std::string with StringRefs. by Benjamin Kramer · 15 years ago
  26. d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
  27. 7765934 Switch to SmallString::str from SmallString::c_str. by Daniel Dunbar · 15 years ago
  28. 03d6b6e Add an additional C++ hardcoded search path. by Eli Friedman · 15 years ago
  29. ef888a4 add support for opensuse 11.1/11.2 search paths, patch by Stefan Reinauer by Chris Lattner · 15 years ago
  30. 2ef398c Additional AuroraUX header path. by Eli Friedman · 15 years ago
  31. 868d016 Add temp C++ include path for AuroraUX; patch by Edward O'Callaghan. by Eli Friedman · 15 years ago
  32. ec9fd76 add gentoo 2009.0 g++ header locations by Nuno Lopes · 15 years ago
  33. 4d374d4 Add header search path for Gentoo stable, x86_64 version. by Sebastian Redl · 15 years ago
  34. 15e9232 Search path for 64-bit Ubuntu Linux, from Anders Johnsen by Douglas Gregor · 15 years ago
  35. 3daed52 improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 16 years ago
  36. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 16 years ago[Renamed (99%) from lib/Driver/InitHeaderSearch.cpp]
  37. 01e4b5c add c++ search path for GCC 4.2, PR3668, patch by Pawel Worach! by Chris Lattner · 16 years ago
  38. 6858dd3 fix a bug introduced in my previous patch: moving clang headers to the by Chris Lattner · 16 years ago
  39. 50b587d PR3614: "ignoring nonexistent directory" should print the -isysroot by Chris Lattner · 16 years ago
  40. 6f54102 stop searching GCC install directories for standard C headers (but by Chris Lattner · 16 years ago
  41. 43eee07 use some references to simplify code. by Chris Lattner · 16 years ago
  42. 30f05b5 Genericize the existing logic for removing duplicate header dirs to apply by Chris Lattner · 16 years ago
  43. f7ea67a Add Debian gcc 4.3 header search directories. by Torok Edwin · 16 years ago
  44. 776caef Add Fedora 10 GCC paths. by Zhongxing Xu · 16 years ago
  45. a3d783b add missing gentoo c++ include paths by Nuno Lopes · 16 years ago
  46. 9d72851 Rename Characteristic_t to CharacteristicKind by Chris Lattner · 16 years ago
  47. bb95255 Bug fix, CPATH="" does not add '.' to search path. by Daniel Dunbar · 16 years ago
  48. 0b9e736 clean up a bunch of fixme's I added, by moving by Chris Lattner · 16 years ago
  49. 7a73940 emulate a bit of GCC path lookup weirdness: if a system by Chris Lattner · 16 years ago
  50. 121e3c2 Set different header search paths for the Windows platform. by Argyrios Kyrtzidis · 16 years ago
  51. bdbd462 Add header search paths for Mingw32 (GCC version 4). by Argyrios Kyrtzidis · 16 years ago
  52. 5654ffd Add header search paths for dragonfly, patch by Sascha Wildner! by Chris Lattner · 16 years ago
  53. 0fca022 Move most of HeaderSearch initialization to libDriver. by Nico Weber · 16 years ago