Go to file
Jordan Rose 356279ca2d [analyzer] Track malloc'd regions stored in structs.
The main blocker on this (besides the previous commit) was that
ScanReachableSymbols was not looking through LazyCompoundVals.
Once that was fixed, it's easy enough to clear out malloc data on return,
just like we do when we bind to a global region.

<rdar://problem/10872635>

llvm-svn: 161511
2012-08-08 18:23:31 +00:00
clang [analyzer] Track malloc'd regions stored in structs. 2012-08-08 18:23:31 +00:00
clang-tools-extra Replace the stub README with a proper one based on Clang's. 2012-08-08 18:16:41 +00:00
compiler-rt [Sanitizer] cleanup CMake files for interception and sanitizer_common helper libraries 2012-08-08 09:46:51 +00:00
debuginfo-tests Fix this for gdb 7.4. 2012-07-23 19:41:58 +00:00
libclc Do not use linkonce_odr linkage in .ll files. This prevented them 2012-08-05 22:25:48 +00:00
libcxx Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bits for 64 bit targets. This is controls the data layout of all exceptions defined in <stdexcept>. This aligns the ABI with that of gcc-4.2. 2012-08-08 16:17:31 +00:00
libcxxabi Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bits for 64 bit targets. This is controls the data layout of all exceptions defined in <stdexcept>. This aligns the ABI with that of gcc-4.2. 2012-08-08 16:15:16 +00:00
lld Hook up lld-test to llvm check-all. Patch by Andy Gibbs! 2012-07-31 18:44:52 +00:00
lldb Added a 'void' format so that the user can manually 2012-08-08 17:35:10 +00:00
llvm Get the MispredictPenalty from MCSchedModel. 2012-08-08 18:19:58 +00:00
polly Add preliminary implementation for GPGPU code generation. 2012-08-03 12:50:07 +00:00