- 189a148 add Fedora 11 include path. what a crap.. by Nuno Lopes · 16 years ago
- 1b483e7 Remove unused IsCXXAware and IgnoreSysRoots option from HeaderSearchOptions::Entry. by Daniel Dunbar · 16 years ago
- c363cb1 Store more information in HeaderSearchOptions so that its initialization is not by Daniel Dunbar · 16 years ago
- ab7ae95 Use configure options for searching for libstdc++. by Rafael Espindola · 16 years ago
- aadd7a4 Use StringRef::split instead of SplitString. by Rafael Espindola · 16 years ago
- c706468 Avoid comparing string literals. by Daniel Dunbar · 16 years ago
- f0a2f51 Use the --with-c-include-dirs configure option. by Rafael Espindola · 16 years ago
- 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 · 16 years ago
- 2cdafa8 Privatize InitHeaderSearch, this functionality is only exposed via by Daniel Dunbar · 16 years ago
- dd35ce9 Switch clang-cc to use ApplyHeaderSearchOptions, and fix a thinko. by Daniel Dunbar · 16 years ago
- 63c8b77 Add HeaderSearchOptions class, for packaging the information needed to by Daniel Dunbar · 16 years ago
- e166582 Lift InitHeaderSearch::AddEnvVarPaths logic higher. by Daniel Dunbar · 16 years ago
- 5c5758b Formatting fixes. by Daniel Dunbar · 16 years ago
- 40d1bb6 Eliminate tabls by John Thompson · 16 years ago
- 5114eca Add Ubuntu 9.10 libstdc++ install location. by Sebastian Redl · 16 years ago
- 5d7a188 Add C++ include paths for Exherbo. Patch by Daniel Mierswa! by Benjamin Kramer · 16 years ago
- e4b255c Split AddDefaultSystemIncludePaths into C, C++ and framework specific functions. by Rafael Espindola · 16 years ago
- aa546e2 add gentoo x86 2009.1 (gcc 4.3.4) include paths by Nuno Lopes · 16 years ago
- f6dc5ac Add Ubuntu 9.04 C++ search path. by Daniel Dunbar · 16 years ago
- 7adf949 AuroraUX toolchain fixes. by Edward O'Callaghan · 16 years ago
- 31b63be Add support for having different c++ search dirs with -m32 and -m64. So far by Rafael Espindola · 16 years ago
- d3f8834 Fixes pth.c on Windows. by John Thompson · 16 years ago
- 620d57a Fixup windows include paths. Patch by John Thompson. by Mike Stump · 16 years ago
- ff26720 Typo in AddGnuCPlusPlusIncludePaths. by Edward O'Callaghan · 16 years ago
- ec05766 Efficiency refinements. by Mike Stump · 16 years ago
- e85c74d Push all the way out to 80. by Mike Stump · 16 years ago
- 38ee4e0 Passing const Triple& is sufficient for AddDefaultSystemIncludePaths() by Axel Naumann · 16 years ago
- fb16c0a Add a refactor pointer... by Mike Stump · 16 years ago
- 43d8176 Set up include paths for VC++ and Cygwin headers, along with the by Mike Stump · 16 years ago
- 2e9f652 Refactor the c++ include path a bit. by Rafael Espindola · 16 years ago
- 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
- 458fb10 Replace some instances of std::string with StringRefs. by Benjamin Kramer · 16 years ago
- d57a7ef API changes to match llvm ToT. by Chris Lattner · 16 years ago
- 7765934 Switch to SmallString::str from SmallString::c_str. by Daniel Dunbar · 16 years ago
- 03d6b6e Add an additional C++ hardcoded search path. by Eli Friedman · 16 years ago
- ef888a4 add support for opensuse 11.1/11.2 search paths, patch by Stefan Reinauer by Chris Lattner · 16 years ago
- 2ef398c Additional AuroraUX header path. by Eli Friedman · 16 years ago
- 868d016 Add temp C++ include path for AuroraUX; patch by Edward O'Callaghan. by Eli Friedman · 16 years ago
- ec9fd76 add gentoo 2009.0 g++ header locations by Nuno Lopes · 16 years ago
- 4d374d4 Add header search path for Gentoo stable, x86_64 version. by Sebastian Redl · 16 years ago
- 15e9232 Search path for 64-bit Ubuntu Linux, from Anders Johnsen by Douglas Gregor · 16 years ago
- 3daed52 improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 16 years ago
- 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]
- 01e4b5c add c++ search path for GCC 4.2, PR3668, patch by Pawel Worach! by Chris Lattner · 16 years ago
- 6858dd3 fix a bug introduced in my previous patch: moving clang headers to the by Chris Lattner · 16 years ago
- 50b587d PR3614: "ignoring nonexistent directory" should print the -isysroot by Chris Lattner · 16 years ago
- 6f54102 stop searching GCC install directories for standard C headers (but by Chris Lattner · 16 years ago
- 43eee07 use some references to simplify code. by Chris Lattner · 16 years ago
- 30f05b5 Genericize the existing logic for removing duplicate header dirs to apply by Chris Lattner · 16 years ago
- f7ea67a Add Debian gcc 4.3 header search directories. by Torok Edwin · 16 years ago
- 776caef Add Fedora 10 GCC paths. by Zhongxing Xu · 16 years ago
- a3d783b add missing gentoo c++ include paths by Nuno Lopes · 17 years ago
- 9d72851 Rename Characteristic_t to CharacteristicKind by Chris Lattner · 17 years ago
- bb95255 Bug fix, CPATH="" does not add '.' to search path. by Daniel Dunbar · 17 years ago
- 0b9e736 clean up a bunch of fixme's I added, by moving by Chris Lattner · 17 years ago
- 7a73940 emulate a bit of GCC path lookup weirdness: if a system by Chris Lattner · 17 years ago
- 121e3c2 Set different header search paths for the Windows platform. by Argyrios Kyrtzidis · 17 years ago
- bdbd462 Add header search paths for Mingw32 (GCC version 4). by Argyrios Kyrtzidis · 17 years ago
- 5654ffd Add header search paths for dragonfly, patch by Sascha Wildner! by Chris Lattner · 17 years ago
- 0fca022 Move most of HeaderSearch initialization to libDriver. by Nico Weber · 17 years ago