Go to file
Jordan Rose 8a5a094ec5 [analyzer] Look through temporary destructors when finding a region to construct.
Fixes a false positive when temporary destructors are enabled where a temporary
is destroyed after a variable is constructed but before the VarDecl itself is
processed, which occurs when the variable is in the condition of an if or while.

Patch by Alex McCarthy, with an extra test from me.

llvm-svn: 205661
2014-04-05 02:01:41 +00:00
clang [analyzer] Look through temporary destructors when finding a region to construct. 2014-04-05 02:01:41 +00:00
clang-tools-extra Fix regex bug in clang-tidy. 2014-04-02 08:52:06 +00:00
compiler-rt [sanitizer] Intercept a subset of sunrpc interface (xdr_*). 2014-04-04 14:51:23 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Introduce M_LOG2E_F and M_LOG2E 2014-03-28 21:19:03 +00:00
libcxx RTTI Uniqueness: remove __name_for_load function. 2014-04-03 09:12:38 +00:00
libcxxabi Include stdlib.h for getenv when !NDEBUG. 2014-04-03 22:00:08 +00:00
lld [ELF] Diagnose malformed --dynsym option. 2014-04-04 22:36:30 +00:00
lldb Add failure decorators 2014-04-04 21:16:39 +00:00
llvm [PowerPC] Remove unused TM member variable to unbreak build 2014-04-05 00:16:28 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly Add another hint for fixing check-polly errors to get_started.html 2014-04-03 19:38:38 +00:00