summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/InitHeaderSearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use isOSBinFormatMachO() instead of comparing the object formatEric Christopher2014-12-051-1/+1
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-3/+3
* Add the break in the switch case (even if there is llvm_unreachable. It will ...Sylvestre Ledru2014-08-181-1/+1
* Delete support for AuroraUX.Rafael Espindola2014-08-141-5/+0
* AArch64: update Clang for merged arm64/aarch64 triples.Tim Northover2014-07-231-1/+0
* Fix crash with x86_64-pc-win32-macho target. <rdar://problem/17235840>Bob Wilson2014-06-101-1/+2
* AArch64/ARM64: rename ARM64 components to AArch64Tim Northover2014-05-241-0/+1
* ARM64: initial clang support commit.Tim Northover2014-03-291-0/+5
* Use the new Windows environment for target detectionSaleem Abdulrasool2014-03-271-34/+44
* Dont unconditionally add gcc4.2 include paths on FreeBSD.Roman Divacky2014-03-121-5/+0
* Check for LLVM_ON_WIN32 instead of _WIN32.Hans Wennborg2014-03-121-3/+3
* With the new update to the ABI, we should not look for installationsYaron Keren2013-12-121-16/+12
* Darwin: Look for libc++ headers in include/, rather than lib/Justin Bogner2013-11-151-5/+7
* Add another MinGW header include pathHans Wennborg2013-10-181-0/+1
* InitHeaderSearch.cpp: [Cygwin] Add 4.7.3.NAKAMURA Takumi2013-08-181-0/+1
* Modernize some low-hanging PathV1 uses.Benjamin Kramer2013-06-131-17/+21
* Include PathV1.h in files that use it.Rafael Espindola2013-06-111-0/+1
* Add support for -stdlib=libc++ in the NetBSD toolchain.Joerg Sonnenberger2013-04-301-3/+0
* Fix the driver logic for recent versions of DragonFly.John McCall2013-04-111-1/+5
* [Frontend] Factor AddUnmappedPath() out of AddPath() and simplify.Daniel Dunbar2013-01-301-15/+33
* [Frontend] Add an ExternCSystem include entry group.Daniel Dunbar2013-01-301-74/+69
* [Frontend] Make the include dir group independent from the "use sysroot" bit.Daniel Dunbar2013-01-291-3/+1
* [Frontend] Rename a member variable to clarify its intent.Daniel Dunbar2013-01-291-5/+6
* [Frontend] Factor out helper function, for clarity.Daniel Dunbar2013-01-291-9/+10
* [Frontend] Drop the isUserSupplied argument to InitHeaderSearch, it is unused.Daniel Dunbar2013-01-251-72/+63
* [Lex] Remove DirectoryLookup.UserSpecified, which is unused.Daniel Dunbar2013-01-251-4/+5
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-5/+4
* Move HeaderSearchOptions into the Lex library, make it intrusivelyDouglas Gregor2012-10-241-1/+1
* InitHeaderSearch.cpp: [mingw] Handle DOSish paths only on Win32 hosts.NAKAMURA Takumi2012-09-131-0/+4
* clang support for Bitrig (an OpenBSD fork); patch by David Hill.Eli Friedman2012-08-081-0/+1
* Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/includeHans Wennborg2012-08-021-0/+1
* Add -isystem-prefix and -ino-system-prefix arguments, which can be used toRichard Smith2012-06-131-0/+13
* Since this change is generating a considerable amount of discussion (and poss...Aaron Ballman2012-03-251-56/+46
* No longer hard coding paths to the MinGW include directories; using a regular...Aaron Ballman2012-03-251-46/+56
* Adding in newer MinGW header paths.Aaron Ballman2012-03-151-0/+3
* Add the Solaris support directory to the header search when using libc++.David Chisnall2012-03-021-0/+5
* Some more Solaris fixes. Now successfully building libc++ on Solaris with cl...David Chisnall2012-02-281-7/+0
* Add some Solaris include paths and fix a -lgcc_eh that apparently should be -...David Chisnall2012-02-151-0/+9
* include clang's config.h unconditionally (v2)Dylan Noblesmith2012-02-141-4/+1
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola2012-02-031-13/+0
* Back out my heinous hack that tricked the module generation mechanismDouglas Gregor2012-02-021-0/+8
* back out r149504Dylan Noblesmith2012-02-021-1/+4
* include clang's config.h unconditionallyDylan Noblesmith2012-02-011-5/+3
* lib/Frontend/InitHeaderSearch.cpp: [Cygwin] Add 4.5.3.NAKAMURA Takumi2012-01-211-0/+1
* [Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7.NAKAMURA Takumi2012-01-211-2/+0
* Add a couple more GCC versions to C++ search paths for MinGW. Patch by Ruben...Eli Friedman2011-11-281-0/+2
* Move the Linux header searching from the Frontend to the Driver. This isChandler Carruth2011-11-051-274/+7
* Add two flags to the CC1 layer that I was hoping to avoid. We need toChandler Carruth2011-11-051-2/+2
* Begin the migration of header search logic to the driver, starting withChandler Carruth2011-11-041-244/+16
OpenPOWER on IntegriCloud