llvm-project/clang/lib
Ismail Donmez 5797c55f07 Revert r253898 and r253899, this breaks mingw compilation on openSUSE.
Will re-apply after llvm 3.8 is branched. 

Original commit message:

Driver: fallback to the location of clang if no sysroot,

hard coding /usr makes little sense for mingw-w64.
If we have portable toolchains having /usr breaks that.
If the clang we use is in /usr/bin or /usr/sbin etc this will
still detect as though it was hard coded to /usr

This makes the most sense going forward for mingw-w64 toolchains
on both linux and mac

llvm-svn: 257468
2016-01-12 10:41:20 +00:00
..
ARCMigrate Fix funciton->function typo. 2015-12-16 23:10:46 +00:00
AST PR18513: make gcc compatible layout for bit-fields with explicit aligned attribute, by Dmitry Polukhin 2016-01-12 09:12:20 +00:00
ASTMatchers [ASTMatchers] Add booleanType() matcher. 2015-12-22 20:06:40 +00:00
Analysis Use range-based for loop to avoid the need for calculating an array size. NFC 2015-11-30 03:11:12 +00:00
Basic [vfs] Normalize working directory if requested. 2016-01-09 16:33:16 +00:00
CodeGen Fix -Wmicrosoft-enum-value warning 2016-01-11 20:55:16 +00:00
Driver Revert r253898 and r253899, this breaks mingw compilation on openSUSE. 2016-01-12 10:41:20 +00:00
Edit Replace double negation of !FileID.isInvalid() with FileID.isValid(). 2015-10-03 10:46:20 +00:00
Format clang-format: [JS] Support exporting abstract classes. 2016-01-12 06:24:38 +00:00
Frontend Accidentally removed part of the file header. Restoring it back. 2016-01-10 16:18:09 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers [PPC] Add long long/double support for vec_cts, vec_ctu and vec_ctf 2016-01-08 02:00:48 +00:00
Index Roll-back r250822. 2015-10-20 13:23:58 +00:00
Lex Properly track that a character literal is UTF-8, and pretty print the prefix properly. 2016-01-07 20:59:26 +00:00
Parse [OpenCL] Pipe type support 2016-01-09 12:53:17 +00:00
Rewrite Roll-back r250822. 2015-10-20 13:23:58 +00:00
Sema When a tag is declared in prototype scope in C, if we've decided that it 2016-01-11 22:41:53 +00:00
Serialization [OpenCL] Pipe type support 2016-01-09 12:53:17 +00:00
StaticAnalyzer [analyzer] Fix RangeConstraintManager's pinning of single value ranges. 2016-01-12 10:40:45 +00:00
Tooling Add fall-back mode for clang tools. 2015-12-03 10:38:53 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00