summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/InitHeaderSearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r354723:Hans Wennborg2019-02-261-8/+0
* Move detection of libc++ include dirs to Driver on MacOSIlya Biryukov2018-12-051-16/+0
* Add Hurd target to Clang driver (2/2)Kristina Brooks2018-11-291-0/+3
* Revert "Make clang-based tools find libc++ on MacOS"Jonas Devlieghere2018-11-121-3/+8
* Make clang-based tools find libc++ on MacOSIlya Biryukov2018-11-121-8/+3
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-4/+4
* [frontend] Don't include the C++ stdlib for -x assembler-with-cppAlex Lorenz2018-06-281-2/+2
* Recommit r335063: [Darwin] Add a warning for missing include path for libstdc++Alex Lorenz2018-06-191-35/+48
* Revert r335063 as it causes bot failuresAlex Lorenz2018-06-191-48/+35
* [Darwin] Add a warning for missing include path for libstdc++Alex Lorenz2018-06-191-35/+48
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-271-1/+1
* [Frontend] Avoid including default system header paths on FuchsiaPetr Hosek2018-03-021-0/+2
* [Solaris] gcc toolchain handling revampFedor Sergeev2018-01-231-0/+3
* Revert "Add /System/Library/PrivateFrameworks as a header search path."Douglas Gregor2017-10-021-1/+0
* Add /System/Library/PrivateFrameworks as a header search path.Douglas Gregor2017-09-141-0/+1
* Remove Bitrig: Clang ChangesErich Keane2017-07-211-1/+0
* 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