Go to file
John McCall 86bc21ffcf Provide an attribute, objc_method_family, to allow the inferred family
of an Objective-C method to be overridden on a case-by-case basis.  This
is a higher-level tool than ns_returns_retained &c.;  it lets users specify
that not only does a method have different retain/release semantics, but
that it semantically acts differently than one might assume from its name.
This in turn is quite useful to static analysis.

llvm-svn: 126839
2011-03-02 11:33:24 +00:00
clang Provide an attribute, objc_method_family, to allow the inferred family 2011-03-02 11:33:24 +00:00
compiler-rt clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. 2011-01-21 18:23:47 +00:00
debuginfo-tests test case for r125249. 2011-02-10 00:41:14 +00:00
libcxx Chris Jefferson found this bug to pair/tuple introduced by a recent change to the draft that I missed. 2011-03-01 14:27:55 +00:00
lldb Add two utility functions to lldbutil.py: 2011-03-02 01:36:45 +00:00
llvm ptx: fix lint and compiler warnings 2011-03-02 07:58:46 +00:00