aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/InitHeaderSearch.cpp
AgeCommit message (Expand)Author
2009-11-17add Fedora 11 include path. what a crap..Nuno Lopes
2009-11-17Remove unused IsCXXAware and IgnoreSysRoots option from HeaderSearchOptions::...Daniel Dunbar
2009-11-16Store more information in HeaderSearchOptions so that its initialization is notDaniel Dunbar
2009-11-16Use configure options for searching for libstdc++.Rafael Espindola
2009-11-13Use StringRef::split instead of SplitString.Rafael Espindola
2009-11-12Avoid comparing string literals.Daniel Dunbar
2009-11-12Use the --with-c-include-dirs configure option.Rafael Espindola
2009-11-11Allow Preprocessor to take ownership of the HeaderSearch object. I think it s...Daniel Dunbar
2009-11-09Privatize InitHeaderSearch, this functionality is only exposed viaDaniel Dunbar
2009-11-07Switch clang-cc to use ApplyHeaderSearchOptions, and fix a thinko.Daniel Dunbar
2009-11-07Add HeaderSearchOptions class, for packaging the information needed toDaniel Dunbar
2009-11-07Lift InitHeaderSearch::AddEnvVarPaths logic higher.Daniel Dunbar
2009-11-07Formatting fixes.Daniel Dunbar
2009-11-05Eliminate tablsJohn Thompson
2009-11-05Add Ubuntu 9.10 libstdc++ install location.Sebastian Redl
2009-10-30Add C++ include paths for Exherbo. Patch by Daniel Mierswa!Benjamin Kramer
2009-10-27Split AddDefaultSystemIncludePaths into C, C++ and framework specific functions.Rafael Espindola
2009-10-17add gentoo x86 2009.1 (gcc 4.3.4) include pathsNuno Lopes
2009-10-17Add Ubuntu 9.04 C++ search path.Daniel Dunbar
2009-10-15AuroraUX toolchain fixes.Edward O'Callaghan
2009-10-14Add support for having different c++ search dirs with -m32 and -m64. So farRafael Espindola
2009-10-13Fixes pth.c on Windows.John Thompson
2009-10-12Fixup windows include paths. Patch by John Thompson.Mike Stump
2009-10-12Typo in AddGnuCPlusPlusIncludePaths.Edward O'Callaghan
2009-10-09Efficiency refinements.Mike Stump
2009-10-09Push all the way out to 80.Mike Stump
2009-10-09Passing const Triple& is sufficient for AddDefaultSystemIncludePaths()Axel Naumann
2009-10-08Add a refactor pointer...Mike Stump
2009-10-08Set up include paths for VC++ and Cygwin headers, along with theMike Stump
2009-10-06Refactor the c++ include path a bit.Rafael Espindola
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-05Replace some instances of std::string with StringRefs.Benjamin Kramer
2009-08-23API changes to match llvm ToT.Chris Lattner
2009-08-19Switch to SmallString::str from SmallString::c_str.Daniel Dunbar
2009-08-15Add an additional C++ hardcoded search path.Eli Friedman
2009-08-07add support for opensuse 11.1/11.2 search paths, patch by Stefan ReinauerChris Lattner
2009-08-01Additional AuroraUX header path.Eli Friedman
2009-08-01Add temp C++ include path for AuroraUX; patch by Edward O'Callaghan.Eli Friedman
2009-07-26add gentoo 2009.0 g++ header locationsNuno Lopes
2009-07-01Add header search path for Gentoo stable, x86_64 version.Sebastian Redl
2009-06-17Search path for 64-bit Ubuntu Linux, from Anders JohnsenDouglas Gregor
2009-03-02improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)Chris Lattner
2009-03-02Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar