summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/InitHeaderSearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch clang-cc to use ApplyHeaderSearchOptions, and fix a thinko.Daniel Dunbar2009-11-071-1/+1
* Add HeaderSearchOptions class, for packaging the information needed toDaniel Dunbar2009-11-071-1/+31
* Lift InitHeaderSearch::AddEnvVarPaths logic higher.Daniel Dunbar2009-11-071-25/+9
* Formatting fixes.Daniel Dunbar2009-11-071-4/+4
* Eliminate tablsJohn Thompson2009-11-051-60/+60
* Add Ubuntu 9.10 libstdc++ install location.Sebastian Redl2009-11-051-0/+5
* Add C++ include paths for Exherbo. Patch by Daniel Mierswa!Benjamin Kramer2009-10-301-0/+11
* Split AddDefaultSystemIncludePaths into C, C++ and framework specific functions.Rafael Espindola2009-10-271-145/+156
* add gentoo x86 2009.1 (gcc 4.3.4) include pathsNuno Lopes2009-10-171-0/+6
* Add Ubuntu 9.04 C++ search path.Daniel Dunbar2009-10-171-0/+5
* AuroraUX toolchain fixes.Edward O'Callaghan2009-10-151-0/+2
* Add support for having different c++ search dirs with -m32 and -m64. So farRafael Espindola2009-10-141-24/+69
* Fixes pth.c on Windows.John Thompson2009-10-131-6/+5
* Fixup windows include paths. Patch by John Thompson.Mike Stump2009-10-121-102/+111
* Typo in AddGnuCPlusPlusIncludePaths.Edward O'Callaghan2009-10-121-1/+1
* Efficiency refinements.Mike Stump2009-10-091-5/+5
* Push all the way out to 80.Mike Stump2009-10-091-1/+1
* Passing const Triple& is sufficient for AddDefaultSystemIncludePaths()Axel Naumann2009-10-091-1/+1
* Add a refactor pointer...Mike Stump2009-10-081-0/+2
* Set up include paths for VC++ and Cygwin headers, along with theMike Stump2009-10-081-80/+249
* Refactor the c++ include path a bit.Rafael Espindola2009-10-061-68/+33
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-18/+18
* Replace some instances of std::string with StringRefs.Benjamin Kramer2009-09-051-10/+7
* API changes to match llvm ToT.Chris Lattner2009-08-231-1/+1
* Switch to SmallString::str from SmallString::c_str.Daniel Dunbar2009-08-191-2/+2
* Add an additional C++ hardcoded search path.Eli Friedman2009-08-151-0/+3
* add support for opensuse 11.1/11.2 search paths, patch by Stefan ReinauerChris Lattner2009-08-071-0/+16
* Additional AuroraUX header path.Eli Friedman2009-08-011-0/+1
* Add temp C++ include path for AuroraUX; patch by Edward O'Callaghan.Eli Friedman2009-08-011-0/+3
* add gentoo 2009.0 g++ header locationsNuno Lopes2009-07-261-1/+9
* Add header search path for Gentoo stable, x86_64 version.Sebastian Redl2009-07-011-0/+8
* Search path for 64-bit Ubuntu Linux, from Anders JohnsenDouglas Gregor2009-06-171-0/+6
* improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)Chris Lattner2009-03-021-0/+1
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-0/+326
OpenPOWER on IntegriCloud