Age | Commit message (Expand) | Author |
2013-04-30 | Add support for -stdlib=libc++ in the NetBSD toolchain. | Joerg Sonnenberger |
2013-04-11 | Fix the driver logic for recent versions of DragonFly. | John McCall |
2013-01-30 | [Frontend] Factor AddUnmappedPath() out of AddPath() and simplify. | Daniel Dunbar |
2013-01-30 | [Frontend] Add an ExternCSystem include entry group. | Daniel Dunbar |
2013-01-29 | [Frontend] Make the include dir group independent from the "use sysroot" bit. | Daniel Dunbar |
2013-01-29 | [Frontend] Rename a member variable to clarify its intent. | Daniel Dunbar |
2013-01-29 | [Frontend] Factor out helper function, for clarity. | Daniel Dunbar |
2013-01-25 | [Frontend] Drop the isUserSupplied argument to InitHeaderSearch, it is unused. | Daniel Dunbar |
2013-01-25 | [Lex] Remove DirectoryLookup.UserSpecified, which is unused. | Daniel Dunbar |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-10-24 | Move HeaderSearchOptions into the Lex library, make it intrusively | Douglas Gregor |
2012-09-13 | InitHeaderSearch.cpp: [mingw] Handle DOSish paths only on Win32 hosts. | NAKAMURA Takumi |
2012-08-08 | clang support for Bitrig (an OpenBSD fork); patch by David Hill. | Eli Friedman |
2012-08-02 | Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/include | Hans Wennborg |
2012-06-13 | Add -isystem-prefix and -ino-system-prefix arguments, which can be used to | Richard Smith |
2012-03-25 | Since this change is generating a considerable amount of discussion (and poss... | Aaron Ballman |
2012-03-25 | No longer hard coding paths to the MinGW include directories; using a regular... | Aaron Ballman |
2012-03-15 | Adding in newer MinGW header paths. | Aaron Ballman |
2012-03-02 | Add the Solaris support directory to the header search when using libc++. | David Chisnall |
2012-02-28 | Some more Solaris fixes. Now successfully building libc++ on Solaris with cl... | David Chisnall |
2012-02-15 | Add some Solaris include paths and fix a -lgcc_eh that apparently should be -... | David Chisnall |
2012-02-14 | include clang's config.h unconditionally (v2) | Dylan Noblesmith |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-03 | Replace the old --with-cxx-* configure options with a single --with-gcc-toolc... | Rafael Espindola |
2012-02-02 | Back out my heinous hack that tricked the module generation mechanism | Douglas Gregor |
2012-02-02 | back out r149504 | Dylan Noblesmith |
2012-02-01 | include clang's config.h unconditionally | Dylan Noblesmith |
2012-01-21 | lib/Frontend/InitHeaderSearch.cpp: [Cygwin] Add 4.5.3. | NAKAMURA Takumi |
2012-01-21 | [Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7. | NAKAMURA Takumi |
2011-11-28 | Add a couple more GCC versions to C++ search paths for MinGW. Patch by Ruben... | Eli Friedman |
2011-11-05 | Move the Linux header searching from the Frontend to the Driver. This is | Chandler Carruth |
2011-11-05 | Add two flags to the CC1 layer that I was hoping to avoid. We need to | Chandler Carruth |
2011-11-04 | Begin the migration of header search logic to the driver, starting with | Chandler Carruth |
2011-11-02 | Add the newest Gentoo GCC version based on the reported installed | Chandler Carruth |
2011-10-31 | Add "just one more" include path to the monstrosity that is our header | Chandler Carruth |
2011-10-11 | Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include | Daniel Dunbar |
2011-10-10 | When an included non-system directory duplicates a system directory the clang | Chad Rosier |
2011-10-04 | Fix include path detection on Fedora 15 with GCC 4.6.1. Patch by Arthur Haas. | Justin Holewinski |
2011-09-23 | Reenable -cxx-isystem for Objective C++, until I come up with a better solution | Benjamin Kramer |
2011-09-22 | Add support for CPATH and friends. | Benjamin Kramer |
2011-09-13 | For modules, use a hash of the compiler version, language options, and | Douglas Gregor |
2011-09-12 | Introduce a cc1-level option to provide the path to the module cache, | Douglas Gregor |
2011-08-29 | Some minor updates to the Linux search path handling for Slackware. Patch by... | Eli Friedman |
2011-08-17 | Add Gentoo gcc 4.3.4 include paths | Nico Weber |
2011-07-29 | On Darwin, libc++ may be installed alongside the compiler in | Douglas Gregor |
2011-07-28 | Introduce the "-index-header-map" option, to give special semantics | Douglas Gregor |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-16 | Do not modify string returned by getenv on Windows. | Francois Pichet |
2011-07-05 | Update header-search paths for MinGW, from Ruben Van Boxem | Douglas Gregor |
2011-07-02 | Make the GCC version proliferation worse by N+1 for the sake of | Chandler Carruth |