Go to file
Vedant Kumar 4a54abeacd [llvm-cov] Do not allow ".." to escape the coverage sub-directory
In -output-dir mode, file reports are placed into a "coverage"
directory. If filenames in the coverage mapping contain "..", they might
escape out of this directory.

Fix the problem by removing ".." from source filenames (expand the path
component).

llvm-svn: 274135
2016-06-29 16:22:12 +00:00
clang AvailabilityAttr: update the document for macosx 2016-06-29 15:50:08 +00:00
clang-tools-extra [clang-tidy] Do not match on lambdas. 2016-06-28 14:19:41 +00:00
compiler-rt [tsan] Stop extending the block’s lifetime in dispatch_group_async 2016-06-29 10:30:50 +00:00
debuginfo-tests
libclc configure: Remove device specific defines 2016-06-17 20:30:50 +00:00
libcxx [libcxx] Fix a bug in strstreambuf::overflow. 2016-06-29 15:26:13 +00:00
libcxxabi Fix [libcxxabi] Fix warning about uninitialized const member. 2016-06-15 19:59:16 +00:00
libunwind [libunwind] Improve unwinder stack usage - III 2016-06-14 15:51:01 +00:00
lld [ELF] More self-explanatory error message when e_machine can't be inferred. 2016-06-29 15:58:37 +00:00
lldb Remove platform plugins from lldb-server 2016-06-29 13:58:27 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [llvm-cov] Do not allow ".." to escape the coverage sub-directory 2016-06-29 16:22:12 +00:00
openmp Fix bugs in TAS and futex lock 2016-06-28 19:37:24 +00:00
parallel-libs Change mailing list names in README 2016-06-24 22:50:09 +00:00
polly Create a dedicated header file for ScopBuilder. NFC. 2016-06-28 01:37:28 +00:00