Creating release candidate rc1 from release_32 branch

llvm-svn: 167960
llvm-svn: 167958
llvm-svn: 167952
llvm-svn: 167950
Fix a Malloc Checker FP by tracking return values from initWithCharacter
and other functions.

When these functions return null, the pointer is not freed by
them/ownership is not transfered. So we should allow the user to free
the pointer by calling another function when the return value is NULL.

Commits: 167813, 167814, 167868
llvm-svn: 167870
2 files changed
tree: d04bac5e1c09f8026c01bbc3f3620071b057909c
  1. clang/
  2. clang-tools-extra/
  3. compiler-rt/
  4. libcxx/
  5. libcxxabi/
  6. lldb/
  7. llvm/
  8. polly/