summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/InitHeaderSearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* lib/Frontend/InitHeaderSearch.cpp: Fix compatibility to Cygming.NAKAMURA Takumi2010-10-111-8/+9
* add latest gentoo gcc pathNuno Lopes2010-09-111-0/+4
* Frontend: Add -cxx-system-include option which can be used to specify anDaniel Dunbar2010-09-091-2/+7
* Fix indentation.Daniel Dunbar2010-09-091-30/+28
* fix lookup of bits/c++config.h on mingw, patch by Ismail Donmez!Chris Lattner2010-09-031-0/+2
* add a new version of mingw, patch by İsmail "cartman" DönmezChris Lattner2010-09-011-0/+4
* Add NetBSD include search pathAnton Korobeynikov2010-08-311-0/+3
* correct the -isystem option to not add the -isysroot path. Only the weirdChris Lattner2010-08-241-1/+1
* Detabify.Eli Friedman2010-08-221-1/+1
* Visual Studio tools used on win32 hosts when targeting win32.Michael J. Spencer2010-08-211-2/+12
* Driver/OpenBSD: Update toolchain for compiler changes / C++; patch by JonathanDaniel Dunbar2010-08-011-0/+8
* Remove emacs file mode marker on file with .cpp extension.Nick Lewycky2010-07-251-1/+1
* Add header searching for llvm-gcc trunk on Gentoo AMD64. Patch by Mark Wood!Nick Lewycky2010-07-241-1/+6
* add driver support for minix, patch by Kees van ReeuwijkChris Lattner2010-07-071-0/+4
* Add Cygwin C++ header search path.Douglas Gregor2010-06-161-0/+2
* Add ARM paths for debian. Not enough to bootstrap on a beagle board, butRafael Espindola2010-06-041-0/+2
* More PowerPC paths on DarwinDouglas Gregor2010-05-291-0/+3
* Add C++ include paths for Darwin PowerPCDouglas Gregor2010-05-291-0/+7
* add fedora 13 paths, patch by Hendrik Richter.Chris Lattner2010-05-291-0/+4
* Frontend: Sprinkle in some C++ header paths for ARM/Darwin. Also, don't add x86Daniel Dunbar2010-05-281-4/+19
* "The attached patch allows clang to find the headersDouglas Gregor2010-05-181-9/+33
* Moved clang-builtin include dir position to immediately precede C includes.mike-m2010-05-161-21/+22
* Reverted part of r103177 (repositioning of clang-builtin include/)mike-m2010-05-061-18/+20
* Reposition clang-builtin include/ to immediately precede /usr/include/,mike-m2010-05-061-64/+78
* Test commit.mike-m2010-05-051-1/+1
* fit in 80 colsChris Lattner2010-05-051-3/+6
* add GNU C++ include paths for Fedora 11,12 x86_64,Chris Lattner2010-04-231-1/+13
* Fix -Wcast-qual warnings.Dan Gohman2010-04-191-1/+1
* add haiku support, patch by Paul Davey!Chris Lattner2010-04-111-0/+43
* Implement support for -nostdc++. Fixes PR6446.Douglas Gregor2010-03-241-4/+7
* on both the mac and linux, /usr/local/include is treated Chris Lattner2010-03-061-1/+1
* Remove the linux c includes part of my last patch.Eric Christopher2010-03-031-3/+0
* Add in more c++ header paths for later gccs under gentoo linux.Eric Christopher2010-03-031-0/+14
* Debian sid moved these headers into /4.4 and left /4.4.3 as a symlink. Update.Nick Lewycky2010-02-271-1/+3
* add support for t Fedora 12 (February 2010), patch byChris Lattner2010-02-131-0/+4
* Update C++ include paths for Exherbo, by Ingmar Vanhassel.Benjamin Kramer2010-01-251-3/+3
* Make some helper functions static.Benjamin Kramer2010-01-201-5/+5
* Don't store a Twine temporary, it's unsafe.Benjamin Kramer2010-01-201-4/+6
* add support for Fedora 10 x86_64, there really should be a better way to hand...Chris Lattner2010-01-191-0/+4
* PR6055: fix FreeBSD c++ include path. patch by Roman DivackyNuno Lopes2010-01-171-1/+1
* improve support for dragonfly, patch by Sascha Wildner!Chris Lattner2010-01-091-3/+3
* Debian has x86_64-linux-gnu, not x86_64-pc-linux-gnu, so add it.Torok Edwin2009-12-181-0/+3
* Move the 4.4.2 c++ include search to the top, otherwise it was picking the 4.1.3Torok Edwin2009-12-181-5/+5
* Add -resource-dir to clang -cc1, this allows the base directory for compilerDaniel Dunbar2009-12-151-2/+3
* CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation...Daniel Dunbar2009-12-131-1/+1
* Twinify InitHeaderSearch::AddPath and use it in C++ include path generation.Benjamin Kramer2009-12-081-21/+23
* Use StringRefs in InitHeaderSearch::AddDelimitedPaths.Benjamin Kramer2009-12-081-15/+15
* add fedora 12 include pathNuno Lopes2009-12-071-19/+23
* Kill a few more random stderr uses.Daniel Dunbar2009-12-031-9/+8
* Put back hard-coded paths for win32 until I figure out what happened to faile...John Thompson2009-11-231-0/+19
OpenPOWER on IntegriCloud