Go to file
Jordan Rose 6ad4cb4eca [analyzer] Remove unused ARCNotOwnedSymbol retain count return effect.
RetainCountChecker has to track returned object values to know if they are
retained or not. Under ARC, even methods that return +1 are tracked by the
system and should be treated as +0. However, this effect behaves exactly
like NotOwned(ObjC), i.e. a generic Objective-C method that actually returns
+0, so we don't need a special case for it.

No functionality change.

llvm-svn: 198709
2014-01-07 21:39:41 +00:00
clang [analyzer] Remove unused ARCNotOwnedSymbol retain count return effect. 2014-01-07 21:39:41 +00:00
clang-tools-extra Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't 2014-01-07 20:05:01 +00:00
compiler-rt SDKs: Add inttypes.h to the darwin SDK stub 2014-01-07 05:42:09 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
libcxx Replace casts of __impl_ with the correct reinterpret_cast of the 2014-01-07 19:21:13 +00:00
libcxxabi Implement demangling for user-defined operators. 2014-01-06 23:05:04 +00:00
lld Remove leading underscore from parameters. 2014-01-06 22:43:31 +00:00
lldb Update the checks in EmulateInstructionARM::GetFramePointerRegisterNumber 2014-01-06 23:39:35 +00:00
llvm Move the llvm mangler to lib/IR. 2014-01-07 21:19:40 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly Update #include paths for r198688 in LLVM that moved headers in the Assembly 2014-01-07 12:59:58 +00:00