| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 134283
|
|
|
|
| |
llvm-svn: 133911
|
|
|
|
|
|
|
|
| |
use an "IgnoreSysRoot" argument. HeaderSearchOptions had been using the
opposite form with "IsSysRootRelative", which made for much confusion when
looking at true/false values in calls in AddPath. No functional change.
llvm-svn: 133550
|
|
|
|
|
|
|
|
|
| |
The -cxx-isystem path is not prefixed with the sysroot directory, so it's
not a good way for the driver to set the system default C++ search path.
Instead, add -stdlib as a cc1 option and teach the frontend how to find the
headers. The driver can then just pass -stdlib through to "cc1".
llvm-svn: 133547
|
|
|
|
|
|
|
|
|
| |
situations
because the Angled directories and the System directories were not being uniqued
together, breaking #include_next. I'll see about a testcase, but it will be insane.
llvm-svn: 133212
|
|
|
|
| |
llvm-svn: 133211
|
|
|
|
|
|
|
| |
AFAIK, RHEL5 (and its clones) provides g++44 as the package "gcc44-c++".
By default, g++-4.1.1 is available, though, its libstdc++ would not be suitable to clang++.
llvm-svn: 133156
|
|
|
|
|
|
| |
places this is a problem.
llvm-svn: 132542
|
|
|
|
|
|
|
|
| |
Patch by Tobias Hunger!
Fixes PR10008
llvm-svn: 132541
|
|
|
|
|
|
| |
from -I and paths that come from -system. Patch from Paul Holden!
llvm-svn: 131955
|
|
|
|
|
|
| |
Patch by Ismail Dönmez!
llvm-svn: 131636
|
|
|
|
| |
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
|