| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 109357
|
|
|
|
|
|
| |
from PR7583
llvm-svn: 107788
|
|
|
|
| |
llvm-svn: 106108
|
|
|
|
|
|
| |
moves us further.
llvm-svn: 105468
|
|
|
|
| |
llvm-svn: 105084
|
|
|
|
| |
llvm-svn: 105083
|
|
|
|
| |
llvm-svn: 105082
|
|
|
|
|
|
|
|
| |
paths on non-x86.
I really detest this file.
llvm-svn: 104921
|
|
|
|
|
|
|
| |
for Visual Studio 2010. It also adds a registry search
for the Express edition,", from Steven Watanabe!
llvm-svn: 104015
|
|
|
|
|
|
| |
This aligns with how gcc compiler does things.
llvm-svn: 103912
|
|
|
|
|
|
| |
which breaks clang-i686-xp-msvc9 test-clang.
llvm-svn: 103180
|
|
|
|
|
|
|
|
|
|
| |
matching gcc compiler. Fixes #include_next <...> shenanigans that lead to
file-not-found failures with <cstddef> on libstdc++ 4.3.[012].
Updated C++ include header search paths for various Debian/Ubuntu and Fedora
linux distros.
llvm-svn: 103177
|
|
|
|
| |
llvm-svn: 103090
|
|
|
|
| |
llvm-svn: 103075
|
|
|
|
|
|
| |
patch by mikem!
llvm-svn: 102177
|
|
|
|
| |
llvm-svn: 101786
|
|
|
|
| |
llvm-svn: 100982
|
|
|
|
| |
llvm-svn: 99417
|
|
|
|
|
|
|
| |
as a "C++ Friendly" system header directory. This fixes
PR6523.
llvm-svn: 97885
|
|
|
|
| |
llvm-svn: 97679
|
|
|
|
|
|
|
|
| |
Add in c header path for various linuxes as well.
Partial patch from Christian Adåker!
llvm-svn: 97666
|
|
|
|
|
|
| |
Also, add support for 32-bit x86 Debian sid.
llvm-svn: 97347
|