- 4c2bcad Implement support for -nostdc++. Fixes PR6446. by Douglas Gregor · 15 years ago
- fc904d5 on both the mac and linux, /usr/local/include is treated by Chris Lattner · 15 years ago
- 8383c55 Remove the linux c includes part of my last patch. by Eric Christopher · 15 years ago
- 70d9d41 Add in more c++ header paths for later gccs under gentoo linux. by Eric Christopher · 15 years ago
- e69f047 Debian sid moved these headers into /4.4 and left /4.4.3 as a symlink. Update. by Nick Lewycky · 15 years ago
- 0edeca5 add support for t Fedora 12 (February 2010), patch by by Chris Lattner · 15 years ago
- 0db3d72 Update C++ include paths for Exherbo, by Ingmar Vanhassel. by Benjamin Kramer · 15 years ago
- 6cd5216 Make some helper functions static. by Benjamin Kramer · 15 years ago
- ab8ae19 Don't store a Twine temporary, it's unsafe. by Benjamin Kramer · 15 years ago
- 0720b51 add support for Fedora 10 x86_64, there really should be a better way to handle this. by Chris Lattner · 15 years ago
- afe859a PR6055: fix FreeBSD c++ include path. patch by Roman Divacky by Nuno Lopes · 15 years ago
- 7a7ca28 improve support for dragonfly, patch by Sascha Wildner! by Chris Lattner · 15 years ago
- 331e801 Debian has x86_64-linux-gnu, not x86_64-pc-linux-gnu, so add it. by Torok Edwin · 15 years ago
- fc4b899 Move the 4.4.2 c++ include search to the top, otherwise it was picking the 4.1.3 by Torok Edwin · 15 years ago
- 8b9adfe Add -resource-dir to clang -cc1, this allows the base directory for compiler by Daniel Dunbar · 15 years ago
- 1e69fe3 CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation::CreateFromArgs. by Daniel Dunbar · 15 years ago
- e89ba59 Twinify InitHeaderSearch::AddPath and use it in C++ include path generation. by Benjamin Kramer · 15 years ago
- 9e9ddf6 Use StringRefs in InitHeaderSearch::AddDelimitedPaths. by Benjamin Kramer · 15 years ago
- 33cc243 add fedora 12 include path by Nuno Lopes · 15 years ago
- e7cb7e4 Kill a few more random stderr uses. by Daniel Dunbar · 15 years ago
- 9319f02 Put back hard-coded paths for win32 until I figure out what happened to failed tests. by John Thompson · 15 years ago
- 6ec18a3 Reorder the header search a bit so that it matches gcc exactly: by Rafael Espindola · 15 years ago
- 75ee3bd Revised Win32 include path to search highest version in registry, plus platform SDK path by John Thompson · 15 years ago
- 189a148 add Fedora 11 include path. what a crap.. by Nuno Lopes · 15 years ago
- 1b483e7 Remove unused IsCXXAware and IgnoreSysRoots option from HeaderSearchOptions::Entry. by Daniel Dunbar · 15 years ago
- c363cb1 Store more information in HeaderSearchOptions so that its initialization is not by Daniel Dunbar · 15 years ago
- ab7ae95 Use configure options for searching for libstdc++. by Rafael Espindola · 15 years ago
- aadd7a4 Use StringRef::split instead of SplitString. by Rafael Espindola · 15 years ago
- c706468 Avoid comparing string literals. by Daniel Dunbar · 15 years ago
- f0a2f51 Use the --with-c-include-dirs configure option. by Rafael Espindola · 15 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 · 15 years ago
- 2cdafa8 Privatize InitHeaderSearch, this functionality is only exposed via by Daniel Dunbar · 15 years ago
- dd35ce9 Switch clang-cc to use ApplyHeaderSearchOptions, and fix a thinko. by Daniel Dunbar · 15 years ago
- 63c8b77 Add HeaderSearchOptions class, for packaging the information needed to by Daniel Dunbar · 15 years ago
- e166582 Lift InitHeaderSearch::AddEnvVarPaths logic higher. by Daniel Dunbar · 15 years ago
- 5c5758b Formatting fixes. by Daniel Dunbar · 15 years ago
- 40d1bb6 Eliminate tabls by John Thompson · 15 years ago
- 5114eca Add Ubuntu 9.10 libstdc++ install location. by Sebastian Redl · 15 years ago
- 5d7a188 Add C++ include paths for Exherbo. Patch by Daniel Mierswa! by Benjamin Kramer · 15 years ago
- e4b255c Split AddDefaultSystemIncludePaths into C, C++ and framework specific functions. by Rafael Espindola · 15 years ago
- aa546e2 add gentoo x86 2009.1 (gcc 4.3.4) include paths by Nuno Lopes · 15 years ago
- f6dc5ac Add Ubuntu 9.04 C++ search path. by Daniel Dunbar · 15 years ago
- 7adf949 AuroraUX toolchain fixes. by Edward O'Callaghan · 15 years ago
- 31b63be Add support for having different c++ search dirs with -m32 and -m64. So far by Rafael Espindola · 15 years ago
- d3f8834 Fixes pth.c on Windows. by John Thompson · 15 years ago
- 620d57a Fixup windows include paths. Patch by John Thompson. by Mike Stump · 15 years ago
- ff26720 Typo in AddGnuCPlusPlusIncludePaths. by Edward O'Callaghan · 15 years ago
- ec05766 Efficiency refinements. by Mike Stump · 15 years ago
- e85c74d Push all the way out to 80. by Mike Stump · 15 years ago
- 38ee4e0 Passing const Triple& is sufficient for AddDefaultSystemIncludePaths() by Axel Naumann · 15 years ago
- fb16c0a Add a refactor pointer... by Mike Stump · 15 years ago
- 43d8176 Set up include paths for VC++ and Cygwin headers, along with the by Mike Stump · 15 years ago
- 2e9f652 Refactor the c++ include path a bit. by Rafael Espindola · 15 years ago
- 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
- 458fb10 Replace some instances of std::string with StringRefs. by Benjamin Kramer · 15 years ago
- d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
- 7765934 Switch to SmallString::str from SmallString::c_str. by Daniel Dunbar · 15 years ago
- 03d6b6e Add an additional C++ hardcoded search path. by Eli Friedman · 15 years ago
- ef888a4 add support for opensuse 11.1/11.2 search paths, patch by Stefan Reinauer by Chris Lattner · 15 years ago
- 2ef398c Additional AuroraUX header path. by Eli Friedman · 15 years ago
- 868d016 Add temp C++ include path for AuroraUX; patch by Edward O'Callaghan. by Eli Friedman · 15 years ago
- ec9fd76 add gentoo 2009.0 g++ header locations by Nuno Lopes · 15 years ago
- 4d374d4 Add header search path for Gentoo stable, x86_64 version. by Sebastian Redl · 15 years ago
- 15e9232 Search path for 64-bit Ubuntu Linux, from Anders Johnsen by Douglas Gregor · 15 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 · 16 years ago
- 9d72851 Rename Characteristic_t to CharacteristicKind by Chris Lattner · 16 years ago
- bb95255 Bug fix, CPATH="" does not add '.' to search path. by Daniel Dunbar · 16 years ago
- 0b9e736 clean up a bunch of fixme's I added, by moving by Chris Lattner · 16 years ago
- 7a73940 emulate a bit of GCC path lookup weirdness: if a system by Chris Lattner · 16 years ago
- 121e3c2 Set different header search paths for the Windows platform. by Argyrios Kyrtzidis · 16 years ago
- bdbd462 Add header search paths for Mingw32 (GCC version 4). by Argyrios Kyrtzidis · 16 years ago
- 5654ffd Add header search paths for dragonfly, patch by Sascha Wildner! by Chris Lattner · 16 years ago
- 0fca022 Move most of HeaderSearch initialization to libDriver. by Nico Weber · 16 years ago