| Commit message (Expand) | Author | Age | Files | Lines |
* | Driver/OpenBSD: Update toolchain for compiler changes / C++; patch by Jonathan | Daniel Dunbar | 2010-08-01 | 1 | -0/+8 |
* | Remove emacs file mode marker on file with .cpp extension. | Nick Lewycky | 2010-07-25 | 1 | -1/+1 |
* | Add header searching for llvm-gcc trunk on Gentoo AMD64. Patch by Mark Wood! | Nick Lewycky | 2010-07-24 | 1 | -1/+6 |
* | add driver support for minix, patch by Kees van Reeuwijk | Chris Lattner | 2010-07-07 | 1 | -0/+4 |
* | Add Cygwin C++ header search path. | Douglas Gregor | 2010-06-16 | 1 | -0/+2 |
* | Add ARM paths for debian. Not enough to bootstrap on a beagle board, but | Rafael Espindola | 2010-06-04 | 1 | -0/+2 |
* | More PowerPC paths on Darwin | Douglas Gregor | 2010-05-29 | 1 | -0/+3 |
* | Add C++ include paths for Darwin PowerPC | Douglas Gregor | 2010-05-29 | 1 | -0/+7 |
* | add fedora 13 paths, patch by Hendrik Richter. | Chris Lattner | 2010-05-29 | 1 | -0/+4 |
* | Frontend: Sprinkle in some C++ header paths for ARM/Darwin. Also, don't add x86 | Daniel Dunbar | 2010-05-28 | 1 | -4/+19 |
* | "The attached patch allows clang to find the headers | Douglas Gregor | 2010-05-18 | 1 | -9/+33 |
* | Moved clang-builtin include dir position to immediately precede C includes. | mike-m | 2010-05-16 | 1 | -21/+22 |
* | Reverted part of r103177 (repositioning of clang-builtin include/) | mike-m | 2010-05-06 | 1 | -18/+20 |
* | Reposition clang-builtin include/ to immediately precede /usr/include/, | mike-m | 2010-05-06 | 1 | -64/+78 |
* | Test commit. | mike-m | 2010-05-05 | 1 | -1/+1 |
* | fit in 80 cols | Chris Lattner | 2010-05-05 | 1 | -3/+6 |
* | add GNU C++ include paths for Fedora 11,12 x86_64, | Chris Lattner | 2010-04-23 | 1 | -1/+13 |
* | Fix -Wcast-qual warnings. | Dan Gohman | 2010-04-19 | 1 | -1/+1 |
* | add haiku support, patch by Paul Davey! | Chris Lattner | 2010-04-11 | 1 | -0/+43 |
* | Implement support for -nostdc++. Fixes PR6446. | Douglas Gregor | 2010-03-24 | 1 | -4/+7 |
* | on both the mac and linux, /usr/local/include is treated | Chris Lattner | 2010-03-06 | 1 | -1/+1 |
* | Remove the linux c includes part of my last patch. | Eric Christopher | 2010-03-03 | 1 | -3/+0 |
* | Add in more c++ header paths for later gccs under gentoo linux. | Eric Christopher | 2010-03-03 | 1 | -0/+14 |
* | Debian sid moved these headers into /4.4 and left /4.4.3 as a symlink. Update. | Nick Lewycky | 2010-02-27 | 1 | -1/+3 |
* | add support for t Fedora 12 (February 2010), patch by | Chris Lattner | 2010-02-13 | 1 | -0/+4 |
* | Update C++ include paths for Exherbo, by Ingmar Vanhassel. | Benjamin Kramer | 2010-01-25 | 1 | -3/+3 |
* | Make some helper functions static. | Benjamin Kramer | 2010-01-20 | 1 | -5/+5 |
* | Don't store a Twine temporary, it's unsafe. | Benjamin Kramer | 2010-01-20 | 1 | -4/+6 |
* | add support for Fedora 10 x86_64, there really should be a better way to hand... | Chris Lattner | 2010-01-19 | 1 | -0/+4 |
* | PR6055: fix FreeBSD c++ include path. patch by Roman Divacky | Nuno Lopes | 2010-01-17 | 1 | -1/+1 |
* | improve support for dragonfly, patch by Sascha Wildner! | Chris Lattner | 2010-01-09 | 1 | -3/+3 |
* | Debian has x86_64-linux-gnu, not x86_64-pc-linux-gnu, so add it. | Torok Edwin | 2009-12-18 | 1 | -0/+3 |
* | Move the 4.4.2 c++ include search to the top, otherwise it was picking the 4.1.3 | Torok Edwin | 2009-12-18 | 1 | -5/+5 |
* | Add -resource-dir to clang -cc1, this allows the base directory for compiler | Daniel Dunbar | 2009-12-15 | 1 | -2/+3 |
* | CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation... | Daniel Dunbar | 2009-12-13 | 1 | -1/+1 |
* | Twinify InitHeaderSearch::AddPath and use it in C++ include path generation. | Benjamin Kramer | 2009-12-08 | 1 | -21/+23 |
* | Use StringRefs in InitHeaderSearch::AddDelimitedPaths. | Benjamin Kramer | 2009-12-08 | 1 | -15/+15 |
* | add fedora 12 include path | Nuno Lopes | 2009-12-07 | 1 | -19/+23 |
* | Kill a few more random stderr uses. | Daniel Dunbar | 2009-12-03 | 1 | -9/+8 |
* | Put back hard-coded paths for win32 until I figure out what happened to faile... | John Thompson | 2009-11-23 | 1 | -0/+19 |
* | Reorder the header search a bit so that it matches gcc exactly: | Rafael Espindola | 2009-11-23 | 1 | -5/+7 |
* | Revised Win32 include path to search highest version in registry, plus platfo... | John Thompson | 2009-11-21 | 1 | -55/+109 |
* | add Fedora 11 include path. what a crap.. | Nuno Lopes | 2009-11-17 | 1 | -0/+5 |
* | Remove unused IsCXXAware and IgnoreSysRoots option from HeaderSearchOptions::... | Daniel Dunbar | 2009-11-17 | 1 | -2/+2 |
* | Store more information in HeaderSearchOptions so that its initialization is not | Daniel Dunbar | 2009-11-16 | 1 | -1/+8 |
* | Use configure options for searching for libstdc++. | Rafael Espindola | 2009-11-16 | 1 | -79/+47 |
* | Use StringRef::split instead of SplitString. | Rafael Espindola | 2009-11-13 | 1 | -3/+6 |
* | Avoid comparing string literals. | Daniel Dunbar | 2009-11-12 | 1 | -3/+3 |
* | Use the --with-c-include-dirs configure option. | Rafael Espindola | 2009-11-12 | 1 | -0/+9 |
* | Allow Preprocessor to take ownership of the HeaderSearch object. I think it s... | Daniel Dunbar | 2009-11-11 | 1 | -2/+3 |