Go to file
Sean Callanan a0b80aba46 Fixed handling of Objective-C properties to ensure
that automatically generated setters/getters only
get added to a class after explicitly declared (or
synthesized) getters/setters had the chance to be
added.  This eliminates conflicts creating errors
of the form:

error: instance method '...' has incompatible result
types in different translation units ('X *' vs. 'id')

llvm-svn: 157956
2012-06-04 22:28:05 +00:00
clang Add a warning for when an array-to-pointer decay is performed on an array 2012-06-04 22:27:30 +00:00
compiler-rt [Sanitizer] Enable lint for sanitizer_common/ 2012-06-04 14:35:09 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc configure.py: Add an install rule. 2012-06-01 17:29:59 +00:00
libcxx Fix a few testsuite bugs involving trailing null (or lack thereof) in strstream. 2012-06-01 20:02:59 +00:00
libcxxabi Fix bug in cxa_demangle involving template substitution. 2012-05-02 15:38:11 +00:00
lld Add missing include. 2012-06-01 20:22:59 +00:00
lldb Fixed handling of Objective-C properties to ensure 2012-06-04 22:28:05 +00:00
llvm Pass context pointers to LiveRangeCalc::reset(). 2012-06-04 18:21:16 +00:00
polly www: Add GPGPU Code Generation Documentation. 2012-05-30 13:54:02 +00:00