| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 131505
|
|
|
|
|
|
|
|
| |
libstdc++6-4.5, as collected from http://packages.ubuntu.com/search?mode=exactfilename&suite=natty§ion=all&arch=any&searchon=contents&keywords=c%2B%2Blocale.h and http://packages.debian.org/wheezy/armel/libstdc++6-4.5-dev/filelist
Fixes compilation with clang++ on Ubuntu 11.04.
llvm-svn: 130837
|
|
|
|
|
|
|
| |
"X:\foo\bar") with -isysroot. test/PCH/reloc.c can pass.
FIXME: We should consider better isysroot scheme on Win32 hosts.
llvm-svn: 130683
|
|
|
|
|
|
| |
Wieczorek.
llvm-svn: 130152
|
|
|
|
| |
llvm-svn: 129823
|
|
|
|
|
|
| |
Patch by Bobby Powers
llvm-svn: 129014
|
|
|
|
|
|
| |
x86_64-w64-mingw32.
llvm-svn: 127652
|
|
|
|
| |
llvm-svn: 127582
|
|
|
|
| |
llvm-svn: 127124
|
|
|
|
| |
llvm-svn: 126884
|
|
|
|
|
|
|
|
| |
path. This avoids accidentally including the wrong headers.
Patch by Dimitry Andric!
llvm-svn: 126761
|
|
|
|
|
|
| |
use -nostdinc++ and -cxx-isystem.
llvm-svn: 126223
|
|
|
|
|
|
|
|
|
| |
It works like -isystem and the search path keeps -isystem and
-cxx-isystem in order relative to each other. -cxx-isystem is only used
for C++ sources though. Drop the existing -cxx-system-include option for
cc1 as it is now redundant.
llvm-svn: 126167
|
|
|
|
| |
llvm-svn: 125743
|
|
|
|
|
|
| |
No one uses *-mingw64. mingw-w64 is represented as {i686|x86_64}-w64-mingw32.
llvm-svn: 125742
|
|
|
|
| |
llvm-svn: 125741
|
|
|
|
| |
llvm-svn: 125601
|
|
|
|
|
|
| |
Original patch by Jonas Bülow.
llvm-svn: 125597
|
|
|
|
| |
llvm-svn: 125364
|
|
|
|
| |
llvm-svn: 124825
|
|
|
|
| |
llvm-svn: 124736
|
|
|
|
| |
llvm-svn: 124684
|
|
|
|
| |
llvm-svn: 122552
|
|
|
|
| |
llvm-svn: 122339
|
|
|
|
| |
llvm-svn: 122087
|
|
|
|
|
|
|
| |
specified a syntactically invalid path, it's better to let the OS
diagnose the problem than to silently skip it.
llvm-svn: 120542
|
|
|
|
| |
llvm-svn: 120297
|
|
|
|
|
|
|
|
| |
Gentoo systems with multiple versions to pick up the newest one first. This is
especially important with Gentoo because some of the older versions are left on
systems in strange states.
llvm-svn: 120238
|
|
|
|
|
|
| |
Patch by İsmail Dönmez.
llvm-svn: 120154
|
|
|
|
|
|
|
|
|
| |
FileSystemOpts through a ton of apis, simplifying a lot of code.
This also fixes a latent bug in ASTUnit where it would invoke
methods on FileManager without creating one in some code paths
in cindextext.
llvm-svn: 120010
|
|
|
|
| |
llvm-svn: 119348
|
|
|
|
|
|
| |
conversion.
llvm-svn: 119346
|
|
|
|
| |
llvm-svn: 119139
|
|
|
|
|
|
|
|
|
|
|
| |
other platforms where the textual default of '/' isn't the system's root
directory. We should probably still make the textual default platform specific,
but this should avoid the particularly bad problem with the previous state: we
applied a sysroot of '/' to '/usr/local/google' which added
'//usr/local/include' to the windows header search path, a share on another
machine named 'usr'. Oops.
llvm-svn: 119131
|
|
|
|
|
|
| |
making the code less gross.
llvm-svn: 119099
|
|
|
|
| |
llvm-svn: 119095
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When -working-directory is passed in command line, file paths are resolved relative to the specified directory.
This helps both when using libclang (where we can't require the user to actually change the working directory)
and to help reproduce test cases when the reproduction work comes along.
--FileSystemOptions is introduced which controls how file system operations are performed (currently it just contains
the working directory value if set).
--FileSystemOptions are passed around to various interfaces that perform file operations.
--Opening & reading the content of files should be done only through FileManager. This is useful in general since
file operations will be abstracted in the future for the reproduction mechanism.
FileSystemOptions is independent of FileManager so that we can have multiple translation units sharing the same
FileManager but with different FileSystemOptions.
Addresses rdar://8583824.
llvm-svn: 118203
|
|
|
|
| |
llvm-svn: 118035
|
|
|
|
|
|
|
|
|
|
| |
- lib/gcc/include should not be included. Clang oughta have alternatives. (PR7956)
- Cygwin: /usr/include/w32api should be included. gcc/cygwin does.
- gcc/cygwin uses gcc paths as /usr/lib not /lib. They are same on Cygwin environment, though, We have to take what gcc/cygwin does.
- Cygwin-1.7: Use 4.3.4.
- Cygwin-1.5: Use 4.3.2 for gcc-4.
llvm-svn: 116182
|
|
|
|
| |
llvm-svn: 113696
|
|
|
|
|
|
|
| |
explicit list for the C++ system include directories at the -cc1 level, as an
alternative to the horrible AddDefaultCPlusPlusIncludePaths().
llvm-svn: 113505
|
|
|
|
| |
llvm-svn: 113504
|
|
|
|
| |
llvm-svn: 112969
|
|
|
|
|
|
| |
in PR8049
llvm-svn: 112710
|
|
|
|
| |
llvm-svn: 112663
|
|
|
|
|
|
| |
-iwithsysroot flag should do that. This fixes rdar://8345942
llvm-svn: 111979
|
|
|
|
| |
llvm-svn: 111768
|
|
|
|
| |
llvm-svn: 111748
|
|
|
|
|
|
| |
Gray.
llvm-svn: 109994
|
|
|
|
| |
llvm-svn: 109366
|