Go to file
Duncan P. N. Exon Smith df036085f0 LeakDetector: Simplify code and fix comments, NFC
Rather than requiring overloads in the wrapper and the impl, just
overload the impl and use templates in the wrapper.  This makes it less
error prone to add more overloads (`void *` defeats any chance the
compiler has at noticing bugs, so the easier the better).

At the same time, correct the comment that was lying about not changing
functionality for `Value`.

llvm-svn: 224058
2014-12-11 21:23:43 +00:00
clang [modules] When constructing paths relative to a module, strip out /./ directory 2014-12-11 20:50:24 +00:00
clang-tools-extra Update to match clang r223913. 2014-12-10 03:10:06 +00:00
compiler-rt [Sanitizer] Don't modify mmap_limit_mb flag in runtime. 2014-12-11 18:45:24 +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 Don't include <stddef.h> 2014-11-18 14:19:27 +00:00
libcxx Fix platform_support.h's get_temp_file_name() on Newlib under __STRICT_ANSI__ 2014-12-11 20:56:40 +00:00
libcxxabi Fix comment on end of #endif to match #if 2014-11-25 03:19:02 +00:00
lld ELF/AArch64: Add a test for R_AARCH64_ABS32 2014-12-11 12:37:35 +00:00
lldb Removed the assertion that we can find any named 2014-12-11 19:33:57 +00:00
llgo Optimize comparisons to empty string. 2014-12-09 01:02:12 +00:00
llvm LeakDetector: Simplify code and fix comments, NFC 2014-12-11 21:23:43 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Do not run dead code elimination by default 2014-12-10 21:12:23 +00:00