aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/InitHeaderSearch.cpp
AgeCommit message (Expand)Author
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
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