aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/InitHeaderSearch.cpp
AgeCommit message (Expand)Author
2010-04-11add haiku support, patch by Paul Davey!Chris Lattner
2010-03-24Implement support for -nostdc++. Fixes PR6446.Douglas Gregor
2010-03-06on both the mac and linux, /usr/local/include is treated Chris Lattner
2010-03-03Remove the linux c includes part of my last patch.Eric Christopher
2010-03-03Add in more c++ header paths for later gccs under gentoo linux.Eric Christopher
2010-02-27Debian sid moved these headers into /4.4 and left /4.4.3 as a symlink. Update.Nick Lewycky
2010-02-13add support for t Fedora 12 (February 2010), patch byChris Lattner
2010-01-25Update C++ include paths for Exherbo, by Ingmar Vanhassel.Benjamin Kramer
2010-01-20Make some helper functions static.Benjamin Kramer
2010-01-20Don't store a Twine temporary, it's unsafe.Benjamin Kramer
2010-01-19add support for Fedora 10 x86_64, there really should be a better way to hand...Chris Lattner
2010-01-17PR6055: fix FreeBSD c++ include path. patch by Roman DivackyNuno Lopes
2010-01-09improve support for dragonfly, patch by Sascha Wildner!Chris Lattner
2009-12-18Debian has x86_64-linux-gnu, not x86_64-pc-linux-gnu, so add it.Torok Edwin
2009-12-18Move the 4.4.2 c++ include search to the top, otherwise it was picking the 4.1.3Torok Edwin
2009-12-15Add -resource-dir to clang -cc1, this allows the base directory for compilerDaniel Dunbar
2009-12-13CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation...Daniel Dunbar
2009-12-08Twinify InitHeaderSearch::AddPath and use it in C++ include path generation.Benjamin Kramer
2009-12-08Use StringRefs in InitHeaderSearch::AddDelimitedPaths.Benjamin Kramer
2009-12-07add fedora 12 include pathNuno Lopes
2009-12-03Kill a few more random stderr uses.Daniel Dunbar
2009-11-23Put back hard-coded paths for win32 until I figure out what happened to faile...John Thompson
2009-11-23Reorder the header search a bit so that it matches gcc exactly:Rafael Espindola
2009-11-21Revised Win32 include path to search highest version in registry, plus platfo...John Thompson
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