- 44a4004 Move detection of libc++ include dirs to Driver on MacOS by Ilya Biryukov · 7 years ago
- 77a4adc Add Hurd target to Clang driver (2/2) by Kristina Brooks · 7 years ago
- 3854e78 Revert "Make clang-based tools find libc++ on MacOS" by Jonas Devlieghere · 7 years ago
- d8ebe79 Make clang-based tools find libc++ on MacOS by Ilya Biryukov · 7 years ago
- fa98390 NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) by Erik Pilkington · 7 years ago
- 9b1baab [frontend] Don't include the C++ stdlib for -x assembler-with-cpp by Alex Lorenz · 7 years ago
- 1f79297 Recommit r335063: [Darwin] Add a warning for missing include path for libstdc++ by Alex Lorenz · 7 years ago
- 66d984c Revert r335063 as it causes bot failures by Alex Lorenz · 7 years ago
- 456699d [Darwin] Add a warning for missing include path for libstdc++ by Alex Lorenz · 7 years ago
- 1865df4 s/LLVM_ON_WIN32/_WIN32/, clang by Nico Weber · 7 years ago
- 1aea1e7 [Frontend] Avoid including default system header paths on Fuchsia by Petr Hosek · 8 years ago
- faa0a82 [Solaris] gcc toolchain handling revamp by Fedor Sergeev · 8 years ago
- acdf918 Revert "Add /System/Library/PrivateFrameworks as a header search path." by Douglas Gregor · 8 years ago
- 39cabf6 Add /System/Library/PrivateFrameworks as a header search path. by Douglas Gregor · 8 years ago
- 2b9657b Remove Bitrig: Clang Changes by Erich Keane · 8 years ago
- e37ad5a Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
- 8c1b5c9 [Frontend] Fix an issue where a quoted search path is incorrectly by Alex Lorenz · 9 years ago
- 99d1b29 Use StringRef for MemoryBuffer identifier API (NFC) by Mehdi Amini · 9 years ago
- 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
- 9d61361 [PS4] Change the names of some "environmental" things to what our by Paul Robinson · 9 years ago
- 330fb17 Update clang support on recent Haiku by Reid Kleckner · 9 years ago
- aa36b89 [ptr-traits] Add #includes of headers rather than forward declarations by Chandler Carruth · 10 years ago
- f59a2b3 Fix C++ support on recent DragonFly BSD releases by Dimitry Andric · 10 years ago
- 0b135e0 [x86] Exclusion of incorrect include headers paths for MCU target by Andrey Bokhanko · 10 years ago
- c888e19 Bring back r250262: PS4 toolchain by Filipe Cabecinhas · 10 years ago
- 2eab177 Revert-to-green r250262 (PS4 toolchain patch) by Sean Silva · 10 years ago
- ae50156 I took care of the build problem in the commit 250252. Resubmitting the patch. by Ekaterina Romanova · 10 years ago
- 89afd12 reverting my patch, cause build problems by Ekaterina Romanova · 10 years ago
- a59fcba This patch adds missing pieces to clang, including the PS4 toolchain by Ekaterina Romanova · 10 years ago
- 54bb215 C++11 rangify for loops, NFC. by Yaron Keren · 10 years ago
- 80b325c Revert "This patch adds missing pieces to clang, including the PS4 toolchain definition, added warnings, PS4 defaults, and Driver changes needed for our compiler." by Greg Bedwell · 10 years ago
- c52c30a This patch adds missing pieces to clang, including the PS4 toolchain by Ekaterina Romanova · 10 years ago
- d511726 [Solaris] Use the GCC Installation detector to add the C++ include paths. by Rafael Espindola · 10 years ago
- 1c0070c Support mingw-w64 and mingw.org toolchains at any install location. by Yaron Keren · 10 years ago
- 3204b15 Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types by Benjamin Kramer · 10 years ago
- 6ab52fa Add driver support for Native Client SDK by Derek Schuff · 10 years ago
- 92e1b62 Remove many superfluous SmallString::str() calls. by Yaron Keren · 11 years ago
- 2b60d1e Fix up default header paths for CloudABI. by Ed Schouten · 11 years ago
- 610952e Use isOSBinFormatMachO() instead of comparing the object format against an enum. by Eric Christopher · 11 years ago
- 82e95a3 Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept. by David Blaikie · 11 years ago
- 75c2914 Add the break in the switch case (even if there is llvm_unreachable. It will silent coverity warning CID 1231654 by Sylvestre Ledru · 11 years ago
- 7648374 Delete support for AuroraUX. by Rafael Espindola · 11 years ago
- 40956e6 AArch64: update Clang for merged arm64/aarch64 triples. by Tim Northover · 11 years ago
- 07216a1 Fix crash with x86_64-pc-win32-macho target. <rdar://problem/17235840> by Bob Wilson · 11 years ago
- 573cbee AArch64/ARM64: rename ARM64 components to AArch64 by Tim Northover · 11 years ago
- a2ee433 ARM64: initial clang support commit. by Tim Northover · 12 years ago
- 377066a Use the new Windows environment for target detection by Saleem Abdulrasool · 12 years ago
- b048007 Dont unconditionally add gcc4.2 include paths on FreeBSD. by Roman Divacky · 12 years ago
- 501eadb Check for LLVM_ON_WIN32 instead of _WIN32. by Hans Wennborg · 12 years ago
- 0c6ae92 With the new update to the ABI, we should not look for installations by Yaron Keren · 12 years ago
- 13a641b Darwin: Look for libc++ headers in include/, rather than lib/ by Justin Bogner · 12 years ago
- 5a366fb Add another MinGW header include path by Hans Wennborg · 12 years ago
- c96c699 InitHeaderSearch.cpp: [Cygwin] Add 4.7.3. by NAKAMURA Takumi · 12 years ago
- 33d4330 Modernize some low-hanging PathV1 uses. by Benjamin Kramer · 12 years ago
- be51388 Include PathV1.h in files that use it. by Rafael Espindola · 12 years ago
- 428ef1e Add support for -stdlib=libc++ in the NetBSD toolchain. by Joerg Sonnenberger · 12 years ago
- 65b8da0 Fix the driver logic for recent versions of DragonFly. by John McCall · 12 years ago
- c6c2375 [Frontend] Factor AddUnmappedPath() out of AddPath() and simplify. by Daniel Dunbar · 13 years ago
- 9f23745 [Frontend] Add an ExternCSystem include entry group. by Daniel Dunbar · 13 years ago
- f79ee38 [Frontend] Make the include dir group independent from the "use sysroot" bit. by Daniel Dunbar · 13 years ago
- 335a37b [Frontend] Rename a member variable to clarify its intent. by Daniel Dunbar · 13 years ago
- 2e8eb01 [Frontend] Factor out helper function, for clarity. by Daniel Dunbar · 13 years ago
- 6b04f1d [Frontend] Drop the isUserSupplied argument to InitHeaderSearch, it is unused. by Daniel Dunbar · 13 years ago
- ae4feb6 [Lex] Remove DirectoryLookup.UserSpecified, which is unused. by Daniel Dunbar · 13 years ago
- 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
- 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