Go to file
David Majnemer e3d7191a74 [MS ABI] Replace dead code with an assertion
As per C++ [dcl.ref]p1, cv-qualified references are not valid. As such,
change the mangler to assert that this event does not happen.

llvm-svn: 256662
2015-12-31 05:36:50 +00:00
clang [MS ABI] Replace dead code with an assertion 2015-12-31 05:36:50 +00:00
clang-tools-extra [clang-tidy] Don't use delegating constructors 2015-12-30 11:39:30 +00:00
compiler-rt [PGO]: Eliminate custom typedefs in the FreeBSD case 2015-12-30 19:18:55 +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 AMDGPU: Add aliases for all VI targets 2015-12-15 18:37:04 +00:00
libcxx Use __rebind_pointer to avoid #ifdef block 2015-12-30 21:52:00 +00:00
libcxxabi Add new tests for throwing incomplete pointer types 2015-12-23 07:04:32 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld [ELF] - Optimize .eh_frame section: remove CIE if all FDEs referencing it were removed. 2015-12-30 11:40:44 +00:00
lldb [ptr-traits] Add an #include to provide the complete type for Section 2015-12-30 03:48:24 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [TableGen] Move determination of IsIsolatedToken into the tokenizer instead of trying to search characters around the token. No functional change intended. Verified for in-tree targets. 2015-12-31 05:01:45 +00:00
openmp test omp_threadprivate_for.c fixed 2015-12-27 18:14:40 +00:00
polly IslExprBuilder: Provide PointerLikeTypeTraits for isl_id 2015-12-30 20:11:48 +00:00