Sylvestre Ledru
|
01af2ae2cd
Add the break in the switch case (even if there is llvm_unreachable. It will silent coverity warning CID 1231654
|
11 years ago |
Rafael Espindola
|
7e5485ce09
Delete support for AuroraUX.
|
11 years ago |
Tim Northover
|
eb8c2c992e
AArch64: update Clang for merged arm64/aarch64 triples.
|
11 years ago |
Bob Wilson
|
38193396ad
Fix crash with x86_64-pc-win32-macho target. <rdar://problem/17235840>
|
11 years ago |
Tim Northover
|
8d681a2f93
AArch64/ARM64: rename ARM64 components to AArch64
|
11 years ago |
Tim Northover
|
7e0e8ef787
ARM64: initial clang support commit.
|
11 years ago |
Saleem Abdulrasool
|
1e57f17deb
Use the new Windows environment for target detection
|
11 years ago |
Roman Divacky
|
2a27efa915
Dont unconditionally add gcc4.2 include paths on FreeBSD.
|
11 years ago |
Hans Wennborg
|
d0f57d66d4
Check for LLVM_ON_WIN32 instead of _WIN32.
|
11 years ago |
Yaron Keren
|
92a148049e
With the new update to the ABI, we should not look for installations
|
11 years ago |
Justin Bogner
|
c3e16a2f1c
Darwin: Look for libc++ headers in include/, rather than lib/
|
11 years ago |
Hans Wennborg
|
5ff6c11545
Add another MinGW header include path
|
12 years ago |
NAKAMURA Takumi
|
dcc520ebc7
InitHeaderSearch.cpp: [Cygwin] Add 4.7.3.
|
12 years ago |
Benjamin Kramer
|
0b214905f7
Modernize some low-hanging PathV1 uses.
|
12 years ago |
Rafael Espindola
|
34392373fe
Include PathV1.h in files that use it.
|
12 years ago |
Joerg Sonnenberger
|
a7efaf99ac
Add support for -stdlib=libc++ in the NetBSD toolchain.
|
12 years ago |
John McCall
|
8cfb720c85
Fix the driver logic for recent versions of DragonFly.
|
12 years ago |
Daniel Dunbar
|
9cd90a23f7
[Frontend] Factor AddUnmappedPath() out of AddPath() and simplify.
|
12 years ago |
Daniel Dunbar
|
ef84554239
[Frontend] Add an ExternCSystem include entry group.
|
12 years ago |
Daniel Dunbar
|
c33c9f7a9a
[Frontend] Make the include dir group independent from the "use sysroot" bit.
|
12 years ago |
Daniel Dunbar
|
f85541c812
[Frontend] Rename a member variable to clarify its intent.
|
12 years ago |
Daniel Dunbar
|
49ffaeff75
[Frontend] Factor out helper function, for clarity.
|
12 years ago |
Daniel Dunbar
|
5c4e34c167
[Frontend] Drop the isUserSupplied argument to InitHeaderSearch, it is unused.
|
12 years ago |
Daniel Dunbar
|
1ea6bc0fd9
[Lex] Remove DirectoryLookup.UserSpecified, which is unused.
|
12 years ago |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 years ago |
Douglas Gregor
|
c042edd54f
Move HeaderSearchOptions into the Lex library, make it intrusively
|
13 years ago |
NAKAMURA Takumi
|
1696bc28f4
InitHeaderSearch.cpp: [mingw] Handle DOSish paths only on Win32 hosts.
|
13 years ago |
Eli Friedman
|
42f74f21ec
clang support for Bitrig (an OpenBSD fork); patch by David Hill.
|
13 years ago |
Hans Wennborg
|
9d82a038f0
Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/include
|
13 years ago |
Richard Smith
|
f122a138e3
Add -isystem-prefix and -ino-system-prefix arguments, which can be used to
|
13 years ago |