aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/InitHeaderSearch.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-03Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova1-0/+2
2016-12-02[Frontend] Fix an issue where a quoted search path is incorrectlyAlex Lorenz1-1/+1
2016-10-01Use StringRef for MemoryBuffer identifier API (NFC)Mehdi Amini1-1/+1
2016-07-18[NFC] Header cleanupMehdi Amini1-2/+1
2016-05-16[PS4] Change the names of some "environmental" things to what ourPaul Robinson1-1/+1
2016-05-11Update clang support on recent HaikuReid Kleckner1-32/+33
2015-12-30[ptr-traits] Add #includes of headers rather than forward declarationsChandler Carruth1-0/+1
2015-12-27Fix C++ support on recent DragonFly BSD releasesDimitry Andric1-4/+1
2015-12-16[x86] Exclusion of incorrect include headers paths for MCU targetAndrey Bokhanko1-0/+2
2015-10-14Bring back r250262: PS4 toolchainFilipe Cabecinhas1-0/+23
2015-10-14Revert-to-green r250262 (PS4 toolchain patch)Sean Silva1-23/+0
2015-10-14I took care of the build problem in the commit 250252.Ekaterina Romanova1-0/+23
2015-10-14reverting my patch, cause build problemsEkaterina Romanova1-23/+0
2015-10-13This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova1-0/+23
2015-10-01C++11 rangify for loops, NFC.Yaron Keren1-29/+21
2015-09-25Revert "This patch adds missing pieces to clang, including the PS4 toolchain ...Greg Bedwell1-23/+0
2015-09-24This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova1-0/+23
2015-09-09[Solaris] Use the GCC Installation detector to add the C++ include paths.Rafael Espindola1-9/+0
2015-07-02Support mingw-w64 and mingw.org toolchains at any install location.Yaron Keren1-60/+5
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer1-1/+1
2015-03-30Add driver support for Native Client SDKDerek Schuff1-0/+2
2015-03-18Remove many superfluous SmallString::str() calls.Yaron Keren1-7/+7
2015-03-11Fix up default header paths for CloudABI.Ed Schouten1-1/+16
2014-12-05Use isOSBinFormatMachO() instead of comparing the object formatEric Christopher1-1/+1
2014-11-19Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie1-3/+3
2014-08-18Add the break in the switch case (even if there is llvm_unreachable. It will ...Sylvestre Ledru1-1/+1
2014-08-14Delete support for AuroraUX.Rafael Espindola1-5/+0
2014-07-23AArch64: update Clang for merged arm64/aarch64 triples.Tim Northover1-1/+0
2014-06-10Fix crash with x86_64-pc-win32-macho target. <rdar://problem/17235840>Bob Wilson1-1/+2
2014-05-24AArch64/ARM64: rename ARM64 components to AArch64Tim Northover1-0/+1
2014-03-29ARM64: initial clang support commit.Tim Northover1-0/+5
2014-03-27Use the new Windows environment for target detectionSaleem Abdulrasool1-34/+44
2014-03-12Dont unconditionally add gcc4.2 include paths on FreeBSD.Roman Divacky1-5/+0
2014-03-12Check for LLVM_ON_WIN32 instead of _WIN32.Hans Wennborg1-3/+3
2013-12-12With the new update to the ABI, we should not look for installationsYaron Keren1-16/+12
2013-11-15Darwin: Look for libc++ headers in include/, rather than lib/Justin Bogner1-5/+7
2013-10-18Add another MinGW header include pathHans Wennborg1-0/+1
2013-08-18InitHeaderSearch.cpp: [Cygwin] Add 4.7.3.NAKAMURA Takumi1-0/+1
2013-06-13Modernize some low-hanging PathV1 uses.Benjamin Kramer1-17/+21
2013-06-11Include PathV1.h in files that use it.Rafael Espindola1-0/+1
2013-04-30Add support for -stdlib=libc++ in the NetBSD toolchain.Joerg Sonnenberger1-3/+0
2013-04-11Fix the driver logic for recent versions of DragonFly.John McCall1-1/+5
2013-01-30[Frontend] Factor AddUnmappedPath() out of AddPath() and simplify.Daniel Dunbar1-15/+33
2013-01-30[Frontend] Add an ExternCSystem include entry group.Daniel Dunbar1-74/+69
2013-01-29[Frontend] Make the include dir group independent from the "use sysroot" bit.Daniel Dunbar1-3/+1
2013-01-29[Frontend] Rename a member variable to clarify its intent.Daniel Dunbar1-5/+6
2013-01-29[Frontend] Factor out helper function, for clarity.Daniel Dunbar1-9/+10
2013-01-25[Frontend] Drop the isUserSupplied argument to InitHeaderSearch, it is unused.Daniel Dunbar1-72/+63
2013-01-25[Lex] Remove DirectoryLookup.UserSpecified, which is unused.Daniel Dunbar1-4/+5
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-5/+4