Go to file
Adrian Prantl fed4f399d3 Remove line and file from DINamespace.
Fixes the issue highlighted in
http://lists.llvm.org/pipermail/cfe-dev/2014-June/037500.html.

The DW_AT_decl_file and DW_AT_decl_line attributes on namespaces can
prevent LLVM from uniquing types that are in the same namespace. They
also don't carry any meaningful information.

rdar://problem/17484998
Differential Revision: https://reviews.llvm.org/D32648

llvm-svn: 301706
2017-04-28 22:25:46 +00:00
clang [ODRHash] Add testcase with different paramter names. NFC 2017-04-28 22:03:28 +00:00
clang-tools-extra [clang-tidy] modernize-use-emplace: remove unnecessary make_pair calls 2017-04-28 16:25:45 +00:00
compiler-rt Fix unset-insert-libraries-on-exec.cc to use "%env" to make it work in iOS simulator. 2017-04-28 05:50:46 +00:00
debuginfo-tests Add additional CHECKs to safestack.c. 2017-04-17 17:57:05 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Add missing acquire_load to call_once overload. 2017-04-23 16:58:48 +00:00
libcxxabi Fix PR25874 - cxa_thread_atexit_test.pass.cpp has an incorrect XFAIL. 2017-04-20 23:40:35 +00:00
libunwind [CMake][libunwind] Fix the -target and -gcc-toolchain flag handling 2017-04-16 06:08:44 +00:00
lld Flush output in log() 2017-04-28 21:35:02 +00:00
lldb Public headers need to be public. 2017-04-28 21:03:18 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm Remove line and file from DINamespace. 2017-04-28 22:25:46 +00:00
openmp [OpenMP] libomptarget: test correction for use with OpenMP 4.5 2017-04-27 18:54:00 +00:00
parallel-libs
polly [tests] Ensure all test cases use named variables 2017-04-28 21:16:29 +00:00