summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/InitHeaderSearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update header-search paths for MinGW, from Ruben Van BoxemDouglas Gregor2011-07-051-0/+2
* Make the GCC version proliferation worse by N+1 for the sake ofChandler Carruth2011-07-021-0/+4
* Add initial *-*-rtems* target, from Joel SherrillDouglas Gregor2011-07-011-1/+4
* Improve header search for MinGW(-w64), from Ruben Van Boxem!Douglas Gregor2011-06-271-27/+39
* Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistentBob Wilson2011-06-211-1/+1
* Fix the default libc++ header search path to be sysrooted. Radar 9639692.Bob Wilson2011-06-211-2/+6
* Fix a regression introduced by r131955 which broke #include_next in subtle si...Chris Lattner2011-06-161-1/+4
* code cleanups, no behavior change.Chris Lattner2011-06-161-64/+64
* Be aware of (x86_64-redhat-linux6E-)g++44 on RHEL5.NAKAMURA Takumi2011-06-161-0/+3
* Separate out these paths a bit by architecture. There are likely otherEric Christopher2011-06-031-2/+3
* Add multi-arch include support for Ubuntu 11.11 with gcc 4.6.0.Eric Christopher2011-06-031-0/+23
* Make it possible for external tools to distinguish between paths that come fr...Nico Weber2011-05-241-2/+4
* Add paths used by openSuSE 12.1David Chisnall2011-05-191-0/+5
* Add some support for RHEL5 systems.Eric Christopher2011-05-171-0/+7
* Add C++ include paths for libstdc++ with Ubuntu 11.04 and Debian's libstdc++6...Axel Naumann2011-05-041-0/+10
* lib/Frontend/InitHeaderSearch.cpp: Tweak AddPath() to accept "/foo/bar" (not ...NAKAMURA Takumi2011-05-021-0/+5
* Add libstdc++ search paths for GCC 4.6.0 on Arch Linux. Patch by Jakub Wieczo...Nico Weber2011-04-251-0/+7
* ADT/Triple: Switch to using .isOSDarwin() predicate.Daniel Dunbar2011-04-191-28/+31
* Add support for Fedora16, gcc 4.6.0 and Fedora Rawhide.Eric Christopher2011-04-061-0/+5
* lib/Frontend/InitHeaderSearch.cpp: Introduce AddMinGW64CXXPaths(Base) for x86...NAKAMURA Takumi2011-03-151-12/+24
* Add include paths for Gentoo Linux, from Marcin Mirosław!Douglas Gregor2011-03-141-2/+22
* Add MinGW GCC 4.5.2 include paths, from Matthieu MonrocqDouglas Gregor2011-03-061-0/+3
* Apply sysroot to system c++ headers too. Fixes PR9372.Rafael Espindola2011-03-021-1/+1
* On FreeBSD, make sure /usr/local/include is *not* in the default includeRoman Divacky2011-03-011-0/+1
* Remove the storage for -cxx-system-include. Make libcxx toolchainJoerg Sonnenberger2011-02-221-7/+2
* Bug#8945: Add -cxx-isystem option to specify C++ system directories.Joerg Sonnenberger2011-02-221-38/+62
* lib/Frontend/InitHeaderSearch.cpp: Add mingw-w64's include paths.NAKAMURA Takumi2011-02-171-0/+8
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead.NAKAMURA Takumi2011-02-171-9/+0
* Fix whitespace.NAKAMURA Takumi2011-02-171-15/+15
* Fix the distro name.Rafael Espindola2011-02-151-1/+1
* Fix include paths on 32 bit ubuntu 10.10.Rafael Espindola2011-02-151-0/+5
* InitHeaderSearch.cpp: [PR8298] Don't touch drive G: on Windows hosts!NAKAMURA Takumi2011-02-111-6/+0
* Moved here from LLVM Clang's configuration options and related macros.Oscar Fuentes2011-02-031-0/+4
* Add NetBSD target support. Patch by Joerg Sonnenberger.Benjamin Kramer2011-02-021-3/+11
* Add updated Debian ARM include path.Nick Lewycky2011-02-011-0/+2
* Remove all uses of PathV1::GetRootDirectory.Michael J. Spencer2010-12-251-7/+6
* Fix spelling.Michael J. Spencer2010-12-211-1/+1
* Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}.Michael J. Spencer2010-12-171-2/+2
* Don't check the isysroot path for Path::isValid(); if the user hasDan Gohman2010-12-011-1/+0
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Add GCC 4.4.5 for Gentoo, and order them in a more sensible way. This allowsChandler Carruth2010-11-281-13/+15
* Add C++ header path for openSUSE 11.4.Rafael Espindola2010-11-251-0/+7
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-3/+2
* Add gcc-4.4.4 headers on Gentoo systems. Patch by Bertjan Broeksema!Nico Weber2010-11-161-0/+5
* Remove an unintended restriction on sysroots introduced during the PathChandler Carruth2010-11-161-1/+1
* Fix a think-o. Fixes PR8606.Chandler Carruth2010-11-151-0/+1
* Clean up some names and fix the handling of default sysroots on Windows andChandler Carruth2010-11-151-9/+12
* Switch the sysroot logic to use the Path interface, resolving a FIXME andChandler Carruth2010-11-151-10/+12
* Make sysroot only apply to baked in paths which start with a '/'.Chandler Carruth2010-11-151-10/+7
* Implement -working-directory.Argyrios Kyrtzidis2010-11-031-2/+3
OpenPOWER on IntegriCloud