Go to file
Ted Kremenek 6348dac7a0 Fix lazy symbolication bug in RegionStore involving fields of global variables. When invalidated, the entire
globals memory space gets assigned a symbolic value, but that value was not being used for lazy symbolication
of fields of globals.  This could result in cases where bogus null dereferences were being reported.

Fixes PR 8440.

llvm-svn: 117336
2010-10-26 00:06:17 +00:00
clang Fix lazy symbolication bug in RegionStore involving fields of global variables. When invalidated, the entire 2010-10-26 00:06:17 +00:00
compiler-rt make: Add CheckCommandLineOverrides to my little Makefile library, a routine for 2010-10-14 21:23:37 +00:00
debuginfo-tests testcase commit for upcoming fix. 2010-09-21 20:51:54 +00:00
libcxx Fixed bug in random_shuffle to avoid swapping with self 2010-10-22 15:26:39 +00:00
lldb Add an extra SPC character after '.' for the 'frame variable' help text. 2010-10-25 23:57:26 +00:00
llvm When the "true" and "false" blocks of a diamond if-conversion are the same, 2010-10-26 00:02:24 +00:00