- b85b9cc Move HeaderSearchOptions into the Lex library, make it intrusively by Douglas Gregor · 13 years ago
- 4a7a561 InitHeaderSearch.cpp: [mingw] Handle DOSish paths only on Win32 hosts. by NAKAMURA Takumi · 13 years ago
- 9fa2885 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 13 years ago
- ae298f2 Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/include by Hans Wennborg · 13 years ago
- 8acadcb Add -isystem-prefix and -ino-system-prefix arguments, which can be used to by Richard Smith · 13 years ago
- eceaddc Since this change is generating a considerable amount of discussion (and possibly even a regression for known bad versions), I'm reverting it. by Aaron Ballman · 14 years ago
- 9345d68 No longer hard coding paths to the MinGW include directories; using a regular expression instead. by Aaron Ballman · 14 years ago
- 564acc9 Adding in newer MinGW header paths. by Aaron Ballman · 14 years ago
- e04307e Add the Solaris support directory to the header search when using libc++. by David Chisnall · 14 years ago
- 0c52c0f Some more Solaris fixes. Now successfully building libc++ on Solaris with clang (and linking clang against it). by David Chisnall · 14 years ago
- 1026fb0 Add some Solaris include paths and fix a -lgcc_eh that apparently should be -lgcc_s. by David Chisnall · 14 years ago
- 4d9cbff include clang's config.h unconditionally (v2) by Dylan Noblesmith · 14 years ago
- 2c1dd27 Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
- c29af94 Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 14 years ago
- 3ec6663 Back out my heinous hack that tricked the module generation mechanism by Douglas Gregor · 14 years ago
- 4f4e745 back out r149504 by Dylan Noblesmith · 14 years ago
- 86780e9 include clang's config.h unconditionally by Dylan Noblesmith · 14 years ago
- eb3f454 lib/Frontend/InitHeaderSearch.cpp: [Cygwin] Add 4.5.3. by NAKAMURA Takumi · 14 years ago
- 44193b73 [Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7. by NAKAMURA Takumi · 14 years ago
- b0692cb Add a couple more GCC versions to C++ search paths for MinGW. Patch by Ruben Van Boxem. by Eli Friedman · 14 years ago
- a796f53 Move the Linux header searching from the Frontend to the Driver. This is by Chandler Carruth · 14 years ago
- 611cb64 Add two flags to the CC1 layer that I was hoping to avoid. We need to by Chandler Carruth · 14 years ago
- df52783 Begin the migration of header search logic to the driver, starting with by Chandler Carruth · 14 years ago
- e0a89ab Add the newest Gentoo GCC version based on the reported installed by Chandler Carruth · 14 years ago
- 68ed0ae Add "just one more" include path to the monstrosity that is our header by Chandler Carruth · 14 years ago
- b25bfde Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include by Daniel Dunbar · 14 years ago
- fd3c90c When an included non-system directory duplicates a system directory the clang by Chad Rosier · 14 years ago
- 83aacf8 Fix include path detection on Fedora 15 with GCC 4.6.1. Patch by Arthur Haas. by Justin Holewinski · 14 years ago
- 559865c Reenable -cxx-isystem for Objective C++, until I come up with a better solution by Benjamin Kramer · 14 years ago
- 8404eb0 Add support for CPATH and friends. by Benjamin Kramer · 14 years ago
- 1735f4e For modules, use a hash of the compiler version, language options, and by Douglas Gregor · 14 years ago
- 1e44e02 Introduce a cc1-level option to provide the path to the module cache, by Douglas Gregor · 14 years ago
- d62d51c Some minor updates to the Linux search path handling for Slackware. Patch by Will Dietz. PR10692. by Eli Friedman · 14 years ago
- 80806a7 Add Gentoo gcc 4.3.4 include paths by Nico Weber · 14 years ago
- f4016fd On Darwin, libc++ may be installed alongside the compiler in by Douglas Gregor · 14 years ago
- 9f93e38 Introduce the "-index-header-map" option, to give special semantics by Douglas Gregor · 14 years ago
- 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
- 8e122b9 Do not modify string returned by getenv on Windows. by Francois Pichet · 14 years ago
- c750b6c Update header-search paths for MinGW, from Ruben Van Boxem by Douglas Gregor · 14 years ago
- 42f96b7 Make the GCC version proliferation worse by N+1 for the sake of by Chandler Carruth · 14 years ago
- 9fabd85 Add initial *-*-rtems* target, from Joel Sherrill by Douglas Gregor · 14 years ago
- 7a20096 Improve header search for MinGW(-w64), from Ruben Van Boxem! by Douglas Gregor · 14 years ago
- f64a560 Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistent by Bob Wilson · 14 years ago
- b02ea3d Fix the default libc++ header search path to be sysrooted. Radar 9639692. by Bob Wilson · 14 years ago
- 705c5c8 Fix a regression introduced by r131955 which broke #include_next in subtle situations by Chris Lattner · 14 years ago
- 0c64f4b code cleanups, no behavior change. by Chris Lattner · 14 years ago
- 0df100e Be aware of (x86_64-redhat-linux6E-)g++44 on RHEL5. by NAKAMURA Takumi · 14 years ago
- 12d48f7 Separate out these paths a bit by architecture. There are likely other by Eric Christopher · 14 years ago
- 43a517c Add multi-arch include support for Ubuntu 11.11 with gcc 4.6.0. by Eric Christopher · 14 years ago
- 3b1d121 Make it possible for external tools to distinguish between paths that come from -I and paths that come from -system. Patch from Paul Holden! by Nico Weber · 14 years ago
- f62a8d0 Add paths used by openSuSE 12.1 by David Chisnall · 14 years ago
- b29614b Add some support for RHEL5 systems. by Eric Christopher · 14 years ago
- 71a0fe4 Add C++ include paths for libstdc++ with Ubuntu 11.04 and Debian's libstdc++6-4.5, as collected from http://packages.ubuntu.com/search?mode=exactfilename&suite=natty§ion=all&arch=any&searchon=contents&keywords=c%2B%2Blocale.h and http://packages.debian.org/wheezy/armel/libstdc++6-4.5-dev/filelist by Axel Naumann · 15 years ago
- c3a8529 lib/Frontend/InitHeaderSearch.cpp: Tweak AddPath() to accept "/foo/bar" (not "X:\foo\bar") with -isysroot. test/PCH/reloc.c can pass. by NAKAMURA Takumi · 15 years ago
- a0b2ddd Add libstdc++ search paths for GCC 4.6.0 on Arch Linux. Patch by Jakub Wieczorek. by Nico Weber · 15 years ago
- 14ad22f ADT/Triple: Switch to using .isOSDarwin() predicate. by Daniel Dunbar · 15 years ago
- 534b6a0 Add support for Fedora16, gcc 4.6.0 and Fedora Rawhide. by Eric Christopher · 15 years ago
- 63b4b45 lib/Frontend/InitHeaderSearch.cpp: Introduce AddMinGW64CXXPaths(Base) for x86_64-w64-mingw32. by NAKAMURA Takumi · 15 years ago
- 7ee23a8 Add include paths for Gentoo Linux, from Marcin Mirosław! by Douglas Gregor · 15 years ago
- 189c0e8 Add MinGW GCC 4.5.2 include paths, from Matthieu Monrocq by Douglas Gregor · 15 years ago
- c4eb31e5 Apply sysroot to system c++ headers too. Fixes PR9372. by Rafael Espindola · 15 years ago
- 315c167 On FreeBSD, make sure /usr/local/include is *not* in the default include by Roman Divacky · 15 years ago
- fe74286 Remove the storage for -cxx-system-include. Make libcxx toolchain by Joerg Sonnenberger · 15 years ago
- cc9c8eb Bug#8945: Add -cxx-isystem option to specify C++ system directories. by Joerg Sonnenberger · 15 years ago
- 49ddc36 lib/Frontend/InitHeaderSearch.cpp: Add mingw-w64's include paths. by NAKAMURA Takumi · 15 years ago
- 31ea2f1 Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. by NAKAMURA Takumi · 15 years ago
- 029d74b Fix whitespace. by NAKAMURA Takumi · 15 years ago
- 41febc6 Fix the distro name. by Rafael Espindola · 15 years ago
- 65941e5 Fix include paths on 32 bit ubuntu 10.10. Original patch by Jonas Bülow. by Rafael Espindola · 15 years ago
- fc217469 InitHeaderSearch.cpp: [PR8298] Don't touch drive G: on Windows hosts! by NAKAMURA Takumi · 15 years ago
- edeaf16 Moved here from LLVM Clang's configuration options and related macros. by Oscar Fuentes · 15 years ago
- 24f1d3e Add NetBSD target support. Patch by Joerg Sonnenberger. by Benjamin Kramer · 15 years ago
- edda726 Add updated Debian ARM include path. by Nick Lewycky · 15 years ago
- bc7fcc2 Remove all uses of PathV1::GetRootDirectory. by Michael J. Spencer · 15 years ago
- bc72182 Fix spelling. by Michael J. Spencer · 15 years ago
- f28df4c Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. by Michael J. Spencer · 15 years ago
- b16def2 Don't check the isysroot path for Path::isValid(); if the user has by Dan Gohman · 15 years ago
- 8aaf499 Merge System into Support. by Michael J. Spencer · 15 years ago
- 7e1fd05 Add GCC 4.4.5 for Gentoo, and order them in a more sensible way. This allows by Chandler Carruth · 15 years ago
- 596402a Add C++ header path for openSUSE 11.4. Patch by İsmail Dönmez. by Rafael Espindola · 15 years ago
- 5159f61 now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 15 years ago
- 1610d47 Add gcc-4.4.4 headers on Gentoo systems. Patch by Bertjan Broeksema! by Nico Weber · 15 years ago
- 40c9864 Remove an unintended restriction on sysroots introduced during the Path by Chandler Carruth · 15 years ago
- 3b70267 Fix a think-o. Fixes PR8606. by Chandler Carruth · 15 years ago
- eb84200 Clean up some names and fix the handling of default sysroots on Windows and by Chandler Carruth · 15 years ago
- 03ac1b0 Switch the sysroot logic to use the Path interface, resolving a FIXME and by Chandler Carruth · 15 years ago
- c4d6fd5 Make sysroot only apply to baked in paths which start with a '/'. by Chandler Carruth · 15 years ago
- 71731d6 Implement -working-directory. by Argyrios Kyrtzidis · 15 years ago
- d79d312 Add support for Fedora 14. Patch by Daniel Kozlowski. by Rafael Espindola · 15 years ago
- e4faafb lib/Frontend/InitHeaderSearch.cpp: Fix compatibility to Cygming. by NAKAMURA Takumi · 15 years ago
- d4e4283 add latest gentoo gcc path by Nuno Lopes · 15 years ago
- 0166c95 Frontend: Add -cxx-system-include option which can be used to specify an by Daniel Dunbar · 15 years ago
- 1cf2d54 Fix indentation. by Daniel Dunbar · 15 years ago
- c766b6e fix lookup of bits/c++config.h on mingw, patch by Ismail Donmez! by Chris Lattner · 15 years ago
- 988fd16 add a new version of mingw, patch by İsmail "cartman" Dönmez in PR8049 by Chris Lattner · 15 years ago
- 1b80c2a Add NetBSD include search path by Anton Korobeynikov · 15 years ago
- 5760486 correct the -isystem option to not add the -isysroot path. Only the weird by Chris Lattner · 15 years ago
- 0483192 Detabify. by Eli Friedman · 15 years ago
- b186bc3 Visual Studio tools used on win32 hosts when targeting win32. by Michael J. Spencer · 15 years ago
- ea3813f Driver/OpenBSD: Update toolchain for compiler changes / C++; patch by Jonathan by Daniel Dunbar · 15 years ago