summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/InitHeaderSearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+2
* [Frontend] Fix an issue where a quoted search path is incorrectlyAlex Lorenz2016-12-021-1/+1
* Use StringRef for MemoryBuffer identifier API (NFC)Mehdi Amini2016-10-011-1/+1
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+1
* [PS4] Change the names of some "environmental" things to what ourPaul Robinson2016-05-161-1/+1
* Update clang support on recent HaikuReid Kleckner2016-05-111-32/+33
* [ptr-traits] Add #includes of headers rather than forward declarationsChandler Carruth2015-12-301-0/+1
* Fix C++ support on recent DragonFly BSD releasesDimitry Andric2015-12-271-4/+1
* [x86] Exclusion of incorrect include headers paths for MCU targetAndrey Bokhanko2015-12-161-0/+2
* Bring back r250262: PS4 toolchainFilipe Cabecinhas2015-10-141-0/+23
* Revert-to-green r250262 (PS4 toolchain patch)Sean Silva2015-10-141-23/+0
* I took care of the build problem in the commit 250252.Ekaterina Romanova2015-10-141-0/+23
* reverting my patch, cause build problemsEkaterina Romanova2015-10-141-23/+0
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-10-131-0/+23
* C++11 rangify for loops, NFC.Yaron Keren2015-10-011-29/+21
* Revert "This patch adds missing pieces to clang, including the PS4 toolchain ...Greg Bedwell2015-09-251-23/+0
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-09-241-0/+23
* [Solaris] Use the GCC Installation detector to add the C++ include paths.Rafael Espindola2015-09-091-9/+0
* Support mingw-w64 and mingw.org toolchains at any install location.Yaron Keren2015-07-021-60/+5
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-1/+1
* Add driver support for Native Client SDKDerek Schuff2015-03-301-0/+2
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-7/+7
* Fix up default header paths for CloudABI.Ed Schouten2015-03-111-1/+16
* 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