Go to file
Manuel Klimek a732899cb4 Fix memory leak for APValues that do memory allocation.
This patch ensures that APValues are deallocated with the ASTContext by
registering a deallocation function for APValues to the ASTContext.

Original version of the patch by James Dennett.

llvm-svn: 183101
2013-06-03 13:51:33 +00:00
clang Fix memory leak for APValues that do memory allocation. 2013-06-03 13:51:33 +00:00
clang-tools-extra cpp11-migrate: Add option to detect and use macros that expand to 'override' 2013-05-31 13:20:24 +00:00
compiler-rt [lsan] Add __lsan_disable() and __lsan_enable(). 2013-06-03 11:21:34 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Neglected to remove a debugging comment from last commit. 2013-05-21 21:19:35 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld Fix typo in comment. 2013-05-31 22:08:30 +00:00
lldb A few cleanups for our documentation 2013-05-31 22:54:23 +00:00
llvm Introduce needsCleanup() for APFloat and APInt. 2013-06-03 13:03:05 +00:00
polly Update isl to include isl_val changes 2013-05-31 18:04:56 +00:00