summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/InitHeaderSearch.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Revised Win32 include path to search highest version in registry, plus ↵John Thompson2009-11-211-55/+109
| | | | | | platform SDK path llvm-svn: 89517
* add Fedora 11 include path. what a crap..Nuno Lopes2009-11-171-0/+5
| | | | llvm-svn: 89098
* Remove unused IsCXXAware and IgnoreSysRoots option from ↵Daniel Dunbar2009-11-171-2/+2
| | | | | | HeaderSearchOptions::Entry. llvm-svn: 89035
* Store more information in HeaderSearchOptions so that its initialization is notDaniel Dunbar2009-11-161-1/+8
| | | | | | language dependent. llvm-svn: 88981
* Use configure options for searching for libstdc++.Rafael Espindola2009-11-161-79/+47
| | | | llvm-svn: 88945
* Use StringRef::split instead of SplitString.Rafael Espindola2009-11-131-3/+6
| | | | llvm-svn: 87085
* Avoid comparing string literals.Daniel Dunbar2009-11-121-3/+3
| | | | llvm-svn: 86967
* Use the --with-c-include-dirs configure option.Rafael Espindola2009-11-121-0/+9
| | | | llvm-svn: 86956
* Allow Preprocessor to take ownership of the HeaderSearch object. I think it ↵Daniel Dunbar2009-11-111-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 viaDaniel Dunbar2009-11-091-2/+61
| | | | | | ApplyHeaderSearchOptions now. llvm-svn: 86617
* Switch clang-cc to use ApplyHeaderSearchOptions, and fix a thinko.Daniel Dunbar2009-11-071-1/+1
| | | | llvm-svn: 86341
* Add HeaderSearchOptions class, for packaging the information needed toDaniel Dunbar2009-11-071-1/+31
| | | | | | initialize HeaderSearch. Not used yet. llvm-svn: 86338
* Lift InitHeaderSearch::AddEnvVarPaths logic higher.Daniel Dunbar2009-11-071-25/+9
| | | | llvm-svn: 86337
* Formatting fixes.Daniel Dunbar2009-11-071-4/+4
| | | | llvm-svn: 86336
* Eliminate tablsJohn Thompson2009-11-051-60/+60
| | | | llvm-svn: 86183
* Add Ubuntu 9.10 libstdc++ install location.Sebastian Redl2009-11-051-0/+5
| | | | llvm-svn: 86142
* Add C++ include paths for Exherbo. Patch by Daniel Mierswa!Benjamin Kramer2009-10-301-0/+11
| | | | llvm-svn: 85588
* Split AddDefaultSystemIncludePaths into C, C++ and framework specific functions.Rafael Espindola2009-10-271-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 pathsNuno Lopes2009-10-171-0/+6
| | | | llvm-svn: 84371
* Add Ubuntu 9.04 C++ search path.Daniel Dunbar2009-10-171-0/+5
| | | | llvm-svn: 84301
* AuroraUX toolchain fixes.Edward O'Callaghan2009-10-151-0/+2
| | | | llvm-svn: 84176
* Add support for having different c++ search dirs with -m32 and -m64. So farRafael Espindola2009-10-141-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 Thompson2009-10-131-6/+5
| | | | llvm-svn: 84007
* Fixup windows include paths. Patch by John Thompson.Mike Stump2009-10-121-102/+111
| | | | llvm-svn: 83898
* Typo in AddGnuCPlusPlusIncludePaths.Edward O'Callaghan2009-10-121-1/+1
| | | | llvm-svn: 83847
* Efficiency refinements.Mike Stump2009-10-091-5/+5
| | | | llvm-svn: 83666
* Push all the way out to 80.Mike Stump2009-10-091-1/+1
| | | | llvm-svn: 83664
* Passing const Triple& is sufficient for AddDefaultSystemIncludePaths()Axel Naumann2009-10-091-1/+1
| | | | llvm-svn: 83663
* Add a refactor pointer...Mike Stump2009-10-081-0/+2
| | | | llvm-svn: 83599
* Set up include paths for VC++ and Cygwin headers, along with theMike Stump2009-10-081-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 Espindola2009-10-061-68/+33
| | | | llvm-svn: 83357
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-18/+18
| | | | llvm-svn: 81346
* Replace some instances of std::string with StringRefs.Benjamin Kramer2009-09-051-10/+7
| | | | llvm-svn: 81079
* API changes to match llvm ToT.Chris Lattner2009-08-231-1/+1
| | | | llvm-svn: 79868
* Switch to SmallString::str from SmallString::c_str.Daniel Dunbar2009-08-191-2/+2
| | | | | | - Several FIXMEs due to non-Twinification of IRBuilder. llvm-svn: 79455
* Add an additional C++ hardcoded search path.Eli Friedman2009-08-151-0/+3
| | | | llvm-svn: 79075
* add support for opensuse 11.1/11.2 search paths, patch by Stefan ReinauerChris Lattner2009-08-071-0/+16
| | | | | | and Carl-Daniel Hailfinger! llvm-svn: 78368
* Additional AuroraUX header path.Eli Friedman2009-08-011-0/+1
| | | | llvm-svn: 77811
* Add temp C++ include path for AuroraUX; patch by Edward O'Callaghan.Eli Friedman2009-08-011-0/+3
| | | | llvm-svn: 77786
* add gentoo 2009.0 g++ header locationsNuno Lopes2009-07-261-1/+9
| | | | llvm-svn: 77158
* Add header search path for Gentoo stable, x86_64 version.Sebastian Redl2009-07-011-0/+8
| | | | llvm-svn: 74626
* Search path for 64-bit Ubuntu Linux, from Anders JohnsenDouglas Gregor2009-06-171-0/+6
| | | | llvm-svn: 73637
* improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)Chris Lattner2009-03-021-0/+1
| | | | llvm-svn: 65884
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-0/+326
driver taking lib/Driver. llvm-svn: 65811
OpenPOWER on IntegriCloud