Go to file
Manuel Klimek c0ff99089a Default getFile() to use the last accessed name in the FileEntry.
With modules we start accessing headers for the first time while reading
the module map, which often has very different paths from the include
scanning logic.

Using the name by which the file was accessed gets us one step closer to
the right solution, which is using a FileName abstraction that decouples
the name by which a file was accessed from the FileEntry.

llvm-svn: 215541
2014-08-13 12:34:41 +00:00
clang Default getFile() to use the last accessed name in the FileEntry. 2014-08-13 12:34:41 +00:00
clang-tools-extra [clang-query] Use the new API for named values from the Parser. 2014-08-12 21:22:58 +00:00
compiler-rt [UBSan] Add returns-nonnull sanitizer. 2014-08-13 00:26:40 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc relational: Add islessequal(floatN) builtin 2014-08-01 21:50:59 +00:00
libcxx [libc++] Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6 2014-08-12 17:32:07 +00:00
libcxxabi Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6 2014-08-12 18:18:07 +00:00
lld [mips] Remove .end and .end from test/elf/Mips/hilo16-3.test 2014-08-13 10:04:59 +00:00
lldb gcc_esp_i386 and gcc_ebp_i386 had their values backwards for 2014-08-13 00:52:49 +00:00
llvm [shuffle] Stand back! I'm about to (try to) do math! 2014-08-13 12:27:18 +00:00
openmp Commit PowerPC64 support from Carlo Bertolli at IBM. 2014-08-07 10:12:54 +00:00
polly Fix formatting 2014-08-13 08:38:34 +00:00