aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/InitHeaderSearch.cpp
AgeCommit message (Expand)Author
2010-12-25Remove all uses of PathV1::GetRootDirectory.Michael J. Spencer
2010-12-21Fix spelling.Michael J. Spencer
2010-12-17Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}.Michael J. Spencer
2010-12-01Don't check the isysroot path for Path::isValid(); if the user hasDan Gohman
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-28Add GCC 4.4.5 for Gentoo, and order them in a more sensible way. This allowsChandler Carruth
2010-11-25Add C++ header path for openSUSE 11.4.Rafael Espindola
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner
2010-11-16Add gcc-4.4.4 headers on Gentoo systems. Patch by Bertjan Broeksema!Nico Weber
2010-11-16Remove an unintended restriction on sysroots introduced during the PathChandler Carruth
2010-11-15Fix a think-o. Fixes PR8606.Chandler Carruth
2010-11-15Clean up some names and fix the handling of default sysroots on Windows andChandler Carruth
2010-11-15Switch the sysroot logic to use the Path interface, resolving a FIXME andChandler Carruth
2010-11-15Make sysroot only apply to baked in paths which start with a '/'.Chandler Carruth
2010-11-03Implement -working-directory.Argyrios Kyrtzidis
2010-11-02Add support for Fedora 14. Patch by Daniel Kozlowski.Rafael Espindola
2010-10-11lib/Frontend/InitHeaderSearch.cpp: Fix compatibility to Cygming.NAKAMURA Takumi
2010-09-11add latest gentoo gcc pathNuno Lopes
2010-09-09Frontend: Add -cxx-system-include option which can be used to specify anDaniel Dunbar
2010-09-09Fix indentation.Daniel Dunbar
2010-09-03fix lookup of bits/c++config.h on mingw, patch by Ismail Donmez!Chris Lattner
2010-09-01add a new version of mingw, patch by İsmail "cartman" DönmezChris Lattner
2010-08-31Add NetBSD include search pathAnton Korobeynikov
2010-08-24correct the -isystem option to not add the -isysroot path. Only the weirdChris Lattner
2010-08-22Detabify.Eli Friedman
2010-08-21Visual Studio tools used on win32 hosts when targeting win32.Michael J. Spencer
2010-08-01Driver/OpenBSD: Update toolchain for compiler changes / C++; patch by JonathanDaniel Dunbar
2010-07-25Remove emacs file mode marker on file with .cpp extension.Nick Lewycky
2010-07-24Add header searching for llvm-gcc trunk on Gentoo AMD64. Patch by Mark Wood!Nick Lewycky
2010-07-07add driver support for minix, patch by Kees van ReeuwijkChris Lattner
2010-06-16Add Cygwin C++ header search path.Douglas Gregor
2010-06-04Add ARM paths for debian. Not enough to bootstrap on a beagle board, butRafael Espindola
2010-05-29More PowerPC paths on DarwinDouglas Gregor
2010-05-29Add C++ include paths for Darwin PowerPCDouglas Gregor
2010-05-29add fedora 13 paths, patch by Hendrik Richter.Chris Lattner
2010-05-28Frontend: Sprinkle in some C++ header paths for ARM/Darwin. Also, don't add x86Daniel Dunbar
2010-05-18"The attached patch allows clang to find the headersDouglas Gregor
2010-05-16Moved clang-builtin include dir position to immediately precede C includes.mike-m
2010-05-06Reverted part of r103177 (repositioning of clang-builtin include/)mike-m
2010-05-06Reposition clang-builtin include/ to immediately precede /usr/include/,mike-m
2010-05-05Test commit.mike-m
2010-05-05fit in 80 colsChris Lattner
2010-04-23add GNU C++ include paths for Fedora 11,12 x86_64,Chris Lattner
2010-04-19Fix -Wcast-qual warnings.Dan Gohman
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