Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add support for t Fedora 12 (February 2010), patch by | Chris Lattner | 2010-02-13 | 1 | -0/+4 | |
| | | | | | | Dyachenko Dmitry. Our system is "not so elegant" here. llvm-svn: 96111 | |||||
* | Update C++ include paths for Exherbo, by Ingmar Vanhassel. | Benjamin Kramer | 2010-01-25 | 1 | -3/+3 | |
| | | | | llvm-svn: 94420 | |||||
* | Make some helper functions static. | Benjamin Kramer | 2010-01-20 | 1 | -5/+5 | |
| | | | | llvm-svn: 94004 | |||||
* | Don't store a Twine temporary, it's unsafe. | Benjamin Kramer | 2010-01-20 | 1 | -4/+6 | |
| | | | | llvm-svn: 94003 | |||||
* | add support for Fedora 10 x86_64, there really should be a better way to ↵ | Chris Lattner | 2010-01-19 | 1 | -0/+4 | |
| | | | | | | | | handle this. patch by Dmitry llvm-svn: 93948 | |||||
* | PR6055: fix FreeBSD c++ include path. patch by Roman Divacky | Nuno Lopes | 2010-01-17 | 1 | -1/+1 | |
| | | | | llvm-svn: 93668 | |||||
* | improve support for dragonfly, patch by Sascha Wildner! | Chris Lattner | 2010-01-09 | 1 | -3/+3 | |
| | | | | llvm-svn: 93044 | |||||
* | Debian has x86_64-linux-gnu, not x86_64-pc-linux-gnu, so add it. | Torok Edwin | 2009-12-18 | 1 | -0/+3 | |
| | | | | llvm-svn: 91698 | |||||
* | 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 | |
| | | | | | | | dirs on my system. Which is wrong, since it was missing the x86_64-pc-linux-gnu suffix. llvm-svn: 91694 | |||||
* | Add -resource-dir to clang -cc1, this allows the base directory for compiler | Daniel Dunbar | 2009-12-15 | 1 | -2/+3 | |
| | | | | | | | resources (e.g., /usr/lib/clang/1.1) to be passed on the command line instead of computed. llvm-svn: 91370 | |||||
* | CompilerInvocation: Move builtin-include-path logic out of ↵ | Daniel Dunbar | 2009-12-13 | 1 | -1/+1 | |
| | | | | | | CompilerInvocation::CreateFromArgs. llvm-svn: 91237 | |||||
* | Twinify InitHeaderSearch::AddPath and use it in C++ include path generation. | Benjamin Kramer | 2009-12-08 | 1 | -21/+23 | |
| | | | | llvm-svn: 90853 | |||||
* | Use StringRefs in InitHeaderSearch::AddDelimitedPaths. | Benjamin Kramer | 2009-12-08 | 1 | -15/+15 | |
| | | | | llvm-svn: 90852 | |||||
* | add fedora 12 include path | Nuno Lopes | 2009-12-07 | 1 | -19/+23 | |
| | | | | llvm-svn: 90772 | |||||
* | Kill a few more random stderr uses. | Daniel Dunbar | 2009-12-03 | 1 | -9/+8 | |
| | | | | llvm-svn: 90441 | |||||
* | Put back hard-coded paths for win32 until I figure out what happened to ↵ | John Thompson | 2009-11-23 | 1 | -0/+19 | |
| | | | | | | failed tests. llvm-svn: 89677 | |||||
* | Reorder the header search a bit so that it matches gcc exactly: | Rafael Espindola | 2009-11-23 | 1 | -5/+7 | |
| | | | | | | | *) the ../backward dir is the last in libstdc++ to be searched *) If compiling c++, the c++ headers are searched first llvm-svn: 89661 | |||||
* | Revised Win32 include path to search highest version in registry, plus ↵ | John Thompson | 2009-11-21 | 1 | -55/+109 | |
| | | | | | | platform SDK path llvm-svn: 89517 | |||||
* | add Fedora 11 include path. what a crap.. | Nuno Lopes | 2009-11-17 | 1 | -0/+5 | |
| | | | | llvm-svn: 89098 | |||||
* | Remove unused IsCXXAware and IgnoreSysRoots option from ↵ | Daniel Dunbar | 2009-11-17 | 1 | -2/+2 | |
| | | | | | | HeaderSearchOptions::Entry. llvm-svn: 89035 | |||||
* | Store more information in HeaderSearchOptions so that its initialization is not | Daniel Dunbar | 2009-11-16 | 1 | -1/+8 | |
| | | | | | | language dependent. llvm-svn: 88981 | |||||
* | Use configure options for searching for libstdc++. | Rafael Espindola | 2009-11-16 | 1 | -79/+47 | |
| | | | | llvm-svn: 88945 | |||||
* | Use StringRef::split instead of SplitString. | Rafael Espindola | 2009-11-13 | 1 | -3/+6 | |
| | | | | llvm-svn: 87085 | |||||
* | Avoid comparing string literals. | Daniel Dunbar | 2009-11-12 | 1 | -3/+3 | |
| | | | | llvm-svn: 86967 | |||||
* | Use the --with-c-include-dirs configure option. | Rafael Espindola | 2009-11-12 | 1 | -0/+9 | |
| | | | | llvm-svn: 86956 | |||||
* | Allow Preprocessor to take ownership of the HeaderSearch object. I think it ↵ | Daniel Dunbar | 2009-11-11 | 1 | -2/+3 | |
| | | | | | | should probably always own the header search object, but I'm not sure... llvm-svn: 86882 | |||||
* | Privatize InitHeaderSearch, this functionality is only exposed via | Daniel Dunbar | 2009-11-09 | 1 | -2/+61 | |
| | | | | | | ApplyHeaderSearchOptions now. llvm-svn: 86617 | |||||
* | Switch clang-cc to use ApplyHeaderSearchOptions, and fix a thinko. | Daniel Dunbar | 2009-11-07 | 1 | -1/+1 | |
| | | | | llvm-svn: 86341 | |||||
* | Add HeaderSearchOptions class, for packaging the information needed to | Daniel Dunbar | 2009-11-07 | 1 | -1/+31 | |
| | | | | | | initialize HeaderSearch. Not used yet. llvm-svn: 86338 | |||||
* | Lift InitHeaderSearch::AddEnvVarPaths logic higher. | Daniel Dunbar | 2009-11-07 | 1 | -25/+9 | |
| | | | | llvm-svn: 86337 | |||||
* | Formatting fixes. | Daniel Dunbar | 2009-11-07 | 1 | -4/+4 | |
| | | | | llvm-svn: 86336 | |||||
* | Eliminate tabls | John Thompson | 2009-11-05 | 1 | -60/+60 | |
| | | | | llvm-svn: 86183 | |||||
* | Add Ubuntu 9.10 libstdc++ install location. | Sebastian Redl | 2009-11-05 | 1 | -0/+5 | |
| | | | | llvm-svn: 86142 | |||||
* | Add C++ include paths for Exherbo. Patch by Daniel Mierswa! | Benjamin Kramer | 2009-10-30 | 1 | -0/+11 | |
| | | | | llvm-svn: 85588 | |||||
* | Split AddDefaultSystemIncludePaths into C, C++ and framework specific functions. | Rafael Espindola | 2009-10-27 | 1 | -145/+156 | |
| | | | | | | | | | | The user visible changes are: *) Frameworks are only searched on OS X *) The Cygwin c++ headers are now marked as c++ aware. I am almost sure that not marking them was a bug. llvm-svn: 85240 | |||||
* | add gentoo x86 2009.1 (gcc 4.3.4) include paths | Nuno Lopes | 2009-10-17 | 1 | -0/+6 | |
| | | | | llvm-svn: 84371 | |||||
* | Add Ubuntu 9.04 C++ search path. | Daniel Dunbar | 2009-10-17 | 1 | -0/+5 | |
| | | | | llvm-svn: 84301 | |||||
* | AuroraUX toolchain fixes. | Edward O'Callaghan | 2009-10-15 | 1 | -0/+2 | |
| | | | | llvm-svn: 84176 | |||||
* | Add support for having different c++ search dirs with -m32 and -m64. So far | Rafael Espindola | 2009-10-14 | 1 | -24/+69 | |
| | | | | | | this is only used in darwin10, 64 bit ubuntu 9.10 and 64 bit openSUSE 11.1. llvm-svn: 84115 | |||||
* | Fixes pth.c on Windows. | John Thompson | 2009-10-13 | 1 | -6/+5 | |
| | | | | llvm-svn: 84007 | |||||
* | Fixup windows include paths. Patch by John Thompson. | Mike Stump | 2009-10-12 | 1 | -102/+111 | |
| | | | | llvm-svn: 83898 | |||||
* | Typo in AddGnuCPlusPlusIncludePaths. | Edward O'Callaghan | 2009-10-12 | 1 | -1/+1 | |
| | | | | llvm-svn: 83847 | |||||
* | Efficiency refinements. | Mike Stump | 2009-10-09 | 1 | -5/+5 | |
| | | | | llvm-svn: 83666 | |||||
* | Push all the way out to 80. | Mike Stump | 2009-10-09 | 1 | -1/+1 | |
| | | | | llvm-svn: 83664 | |||||
* | Passing const Triple& is sufficient for AddDefaultSystemIncludePaths() | Axel Naumann | 2009-10-09 | 1 | -1/+1 | |
| | | | | llvm-svn: 83663 | |||||
* | Add a refactor pointer... | Mike Stump | 2009-10-08 | 1 | -0/+2 | |
| | | | | llvm-svn: 83599 | |||||
* | Set up include paths for VC++ and Cygwin headers, along with the | Mike Stump | 2009-10-08 | 1 | -80/+249 | |
| | | | | | | | existing MinGW headers, plus the newer 4.4.0 version. Patch by John Thompson. llvm-svn: 83594 | |||||
* | Refactor the c++ include path a bit. | Rafael Espindola | 2009-10-06 | 1 | -68/+33 | |
| | | | | llvm-svn: 83357 | |||||
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -18/+18 | |
| | | | | llvm-svn: 81346 | |||||
* | Replace some instances of std::string with StringRefs. | Benjamin Kramer | 2009-09-05 | 1 | -10/+7 | |
| | | | | llvm-svn: 81079 |