Go to file
Anna Zaks 8d1f6ed9a8 [analyzer] Run remove dead on end of path.
This will simplify checkers that need to register for leaks. Currently,
they have to register for both: check dead and check end of path.

I've modified the SymbolReaper to consider everything on the stack dead
if the input StackLocationContext is 0.

(This is a bit disruptive, so I'd like to flash out all the issues
asap.)

llvm-svn: 167352
2012-11-03 02:54:20 +00:00
clang [analyzer] Run remove dead on end of path. 2012-11-03 02:54:20 +00:00
clang-tools-extra Remove a trailing blank line, test commit. 2012-10-10 14:06:15 +00:00
compiler-rt [Sanitizer] Add internal_isatty to sanitizer_libc and PrintsToTty to determine whether error reports are printed to terminal 2012-11-02 15:18:34 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Implement any() builtin. Patch by Tom Stellard! 2012-10-08 03:39:21 +00:00
libcxx peek should set eofbit if sgetc() returns eof. 2012-11-01 17:32:07 +00:00
libcxxabi Make the type_info for __shim_type_info visible. This should address some failing dynamic_casts that a few applications are doing on the type_info hierarchy. 2012-10-13 18:45:59 +00:00
lld rename dylibNamesToOrdinal now that it is an ivar 2012-11-01 21:44:45 +00:00
lldb Fix a little think-o. In FileSpec::operator== we were trying to figure out whether the rhs file was resolved or not by comparing 2012-11-03 02:12:46 +00:00
llvm [mips] Set flag neverHasSideEffects flag on floating point conversion 2012-11-03 00:53:12 +00:00
polly Tests: remove ModuleID lines 2012-11-02 06:09:20 +00:00