llvm-project/clang/lib
Jordan Rose 000bac5e17 [analyzer] RetainCountChecker: don't try to track ivars known to be nil.
We expect in general that any nil value has no retain count information
associated with it; violating this results in unexpected state unification
/later/ when we decide to throw the information away. Unexpectedly caching
out can lead to an assertion failure or crash.

rdar://problem/19862648

llvm-svn: 229934
2015-02-19 23:57:04 +00:00
..
ARCMigrate Fix layering violation: include/clang/Basic/PlistSupport.h should not include 2015-01-28 20:14:54 +00:00
AST Itanium ABI: Pack expansions change the arity of expressions to unknown 2015-02-19 21:41:48 +00:00
ASTMatchers Add translationUnitDecl matcher. 2015-02-10 14:46:45 +00:00
Analysis Add support for analyzing FreeBSD kernel printf extensions. 2015-02-19 22:32:33 +00:00
Basic Change representation of member function pointers for MIPS targets 2015-02-18 15:21:35 +00:00
CodeGen Avoid using a COMDAT for sized delete on MachO 2015-02-19 21:13:45 +00:00
Driver Improve our handling of rtti/sanitize=vptr/sanitize=undefined 2015-02-19 01:04:49 +00:00
Edit Edit: Do not extend a removal to include trailing whitespace if we're at the end 2014-09-15 11:47:10 +00:00
Format clang-format: [js] Support ES6 module exports. 2015-02-19 16:14:18 +00:00
Frontend Revert "Mangle the IsSystem bit into the .pcm file name" 2015-02-19 20:23:22 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Make the _mm256_insert_epi64 definition more consistent 2015-02-19 19:00:33 +00:00
Index [libclang] Use same USR encoding for 'char' regardless of what the target considers the sign to be. 2014-12-08 09:09:05 +00:00
Lex Revert "Mangle the IsSystem bit into the .pcm file name" 2015-02-19 20:23:22 +00:00
Parse FIX PR 18432, default args, friends & late-parsed members. 2015-02-19 14:03:22 +00:00
Rewrite Trim some includes. NFC. 2014-10-29 22:13:46 +00:00
Sema Don't dllexport inline methods when targeting MinGW. 2015-02-19 22:39:24 +00:00
Serialization Revert "Mangle the IsSystem bit into the .pcm file name" 2015-02-19 20:23:22 +00:00
StaticAnalyzer [analyzer] RetainCountChecker: don't try to track ivars known to be nil. 2015-02-19 23:57:04 +00:00
Tooling Adopt new cl::HideUnrelatedOptions API added r226729. 2015-01-21 23:26:11 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00