Go to file
Benjamin Kramer 5188a2af72 [AsmPrinter] Destroy allocated DIEAbbrevs on teardown.
DIEAbbrev contains a SmallVector that can leak for overly large abbrevs. They
used to be owned by the DIE, but after the recent refactoring DWARFFile
allocates its own abbrevs.

Leak found by asan.

llvm-svn: 238418
2015-05-28 12:55:43 +00:00
clang [ARMTargetParser] Removing string parsing from getCPUDefineSuffix. NFC. 2015-05-28 12:11:11 +00:00
clang-tools-extra [clang-tidy] Renamed misc-noexcept-move-ctors to misc-noexcept-move-constructor 2015-05-27 14:24:11 +00:00
compiler-rt [ASan] XFAIL VLA tests on ARM and PowerPC. Patch by Max Ostapenko! 2015-05-28 10:30:46 +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 Use a more accurate implementation for exp 2015-05-13 03:55:09 +00:00
libcxx Fix PR#23647 - make_shared<volatile bool> - second try 2015-05-27 22:44:47 +00:00
libcxxabi Make sure !empty() before calling String::front(). 2015-05-26 23:14:26 +00:00
libunwind Code cleanup: Remove duplicated line. 2015-05-17 13:49:18 +00:00
lld Fix unused variable warnings. 2015-05-28 00:29:56 +00:00
lldb Don't check breakpoint location count in TestChangeProcessGroup 2015-05-28 12:46:13 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm [AsmPrinter] Destroy allocated DIEAbbrevs on teardown. 2015-05-28 12:55:43 +00:00
openmp Fix comment about balanced affinity 2015-05-27 23:27:33 +00:00
polly Drop const in front of iterator 2015-05-27 06:51:34 +00:00