Go to file
Rui Ueyama f038a52542 Add methods to get archive file name from member file.
Previously we only have File::path() to get the path name of a file.
If a file was a member of an archive file, path() returns a concatenated
string of the file name in the archive and the archive file name.
If we wanted to get a file name or an archive file name, we had to
parse that string. That's of course not good.

This patch adds new member functions, archivePath and memberPath, to File.

http://reviews.llvm.org/D7447

llvm-svn: 228352
2015-02-05 22:51:36 +00:00
clang Force an unknown target for the default case to make it work. 2015-02-05 19:48:48 +00:00
clang-tools-extra [clang-tidy] Don't ignore default set of checks when a config file is found. 2015-02-05 14:50:17 +00:00
compiler-rt [ASan] Fix interface_symbols_darwin.c test 2015-02-05 13:07:50 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement log10 2015-01-30 18:00:34 +00:00
libcxx Get tests running with warnings. Fix warnings in headers and tests 2015-02-05 20:28:37 +00:00
libcxxabi Install header files 2015-02-05 22:46:43 +00:00
lld Add methods to get archive file name from member file. 2015-02-05 22:51:36 +00:00
lldb Add a comment in tools/lldb-mi/TestMiExit.py after r228286 2015-02-05 18:20:32 +00:00
llgo irgen: don't emit debug metadata for locals 2015-01-29 00:34:30 +00:00
llvm Small cleanup of MachineLICM.cpp 2015-02-05 22:39:46 +00:00
openmp Pin the libiomp5.dll for the lifetime of application, Windows-specific 2015-01-29 17:18:20 +00:00
polly Build the isl files as PIC 2015-02-04 21:56:28 +00:00