index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaObjC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix <rdar://problem/6499801> clang does not detect objc type mismatch in cond...
Steve Naroff
2009-02-12
1
-1
/
+18
*
Turn warning into error. Minor incompatibility with GCC (for scalar types, GC...
Steve Naroff
2009-02-12
1
-1
/
+5
*
Remove some non-ascii characters. Thanks Gabor.
Steve Naroff
2009-02-11
1
-1
/
+1
*
Fix <rdar://problem/6505139> [clang on growl]: need to allow unnamed selector...
Steve Naroff
2009-02-11
1
-0
/
+8
*
Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block.
Steve Naroff
2009-02-11
1
-1
/
+1
*
Fix <rdar://problem/6206858> [sema] type check @throw statements.
Steve Naroff
2009-02-11
1
-0
/
+6
*
Make Sema::getTypeName return the opaque pointer of a QualType rather
Douglas Gregor
2009-02-09
1
-1
/
+1
*
Make one expected-diag directive match exactly one actual diagnostic.
Sebastian Redl
2009-02-07
1
-2
/
+2
*
Add sub-testcase where we process Cocoa.h using --disable-free (i.e., test th...
Ted Kremenek
2009-02-06
1
-0
/
+1
*
Fix <rdar://problem/6552648> error: redefinition of 'XCElementAnchorDelegate'...
Steve Naroff
2009-02-04
1
-0
/
+7
*
Fix <rdar://problem/6512717> by correctly reading the right offset in the tok...
Ted Kremenek
2009-01-21
1
-1
/
+2
*
Type of property and its ivar is more restrictive
Fariborz Jahanian
2009-01-19
1
-0
/
+14
*
Centralize error reporting of improper uses of incomplete types in the
Douglas Gregor
2009-01-19
1
-4
/
+4
*
Patch to allow @dynamic synthesis of property in a category,
Fariborz Jahanian
2009-01-19
1
-0
/
+19
*
Diagnose when method parameter is an object.
Fariborz Jahanian
2009-01-17
1
-0
/
+18
*
Don't ICE (issue diagnostics) when receiver is a non-objc
Fariborz Jahanian
2009-01-16
1
-0
/
+9
*
Don't ICE on user redeclaration of objc's built-in types.
Fariborz Jahanian
2009-01-16
1
-0
/
+6
*
Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type
Fariborz Jahanian
2009-01-13
1
-0
/
+36
*
Implement support for anonymous structs and unions in C. Both C and
Douglas Gregor
2009-01-12
1
-2
/
+2
*
Patch to supprt case of readonly property being
Fariborz Jahanian
2009-01-12
1
-0
/
+36
*
Properly set the scope of non-fields declared within a struct, union,
Douglas Gregor
2009-01-12
1
-0
/
+126
*
Explicit declaration of property setters over-ride
Fariborz Jahanian
2009-01-10
1
-0
/
+25
*
This patch removes mergeProperties and does the property lookup
Fariborz Jahanian
2009-01-09
1
-2
/
+1
*
Fix crash on null deference when searching for readwrite properties in
Daniel Dunbar
2009-01-09
1
-0
/
+17
*
Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objec...
Ted Kremenek
2009-01-09
1
-1
/
+2
*
Temporarily revert r61956 and r61957 (PTH tests failing).
Ted Kremenek
2009-01-09
1
-2
/
+1
*
Enhance -fsyntax-only test of Cocoa.h to also include testing for PTH.
Ted Kremenek
2009-01-08
1
-1
/
+2
*
Place warning about 'readonly' property attributes which
Fariborz Jahanian
2009-01-08
2
-2
/
+2
*
Unify the code for defining tags in C and C++, so that we always
Douglas Gregor
2009-01-08
3
-3
/
+15
*
Don't ICE when messaging on 'super' receiver when class
Fariborz Jahanian
2009-01-07
1
-0
/
+13
*
add RUN line
Nuno Lopes
2008-12-27
1
-2
/
+2
*
Add some block-pointer conversions in C++
Douglas Gregor
2008-12-23
1
-0
/
+4
*
Patch to remove bogus warning in case of @dynamic
Fariborz Jahanian
2008-12-22
2
-1
/
+11
*
Fix for PR3234
Anders Carlsson
2008-12-19
1
-0
/
+22
*
Fix http://llvm.org/bugs/show_bug.cgi?id=3189.
Steve Naroff
2008-12-18
1
-0
/
+50
*
Consolidated property check into property-typecheck-1.m file.
Fariborz Jahanian
2008-12-17
2
-12
/
+12
*
Fix <rdar://problem/6450964> clang on xcode: Assertion failed: (RecordForDecl...
Steve Naroff
2008-12-17
1
-0
/
+16
*
Semantics of @protocol attributes.
Fariborz Jahanian
2008-12-17
1
-0
/
+49
*
Patch to check for ObjC's property type.
Fariborz Jahanian
2008-12-16
1
-0
/
+12
*
Diagnose that ivars in current and super class may not
Fariborz Jahanian
2008-12-16
1
-0
/
+20
*
The "real" fix for <rdar://problem/6424347> clang on xcode: Assertion failed:...
Steve Naroff
2008-12-10
1
-4
/
+5
*
Fix <rdar://problem/6424347> clang on xcode: Assertion failed: (0 && "unexpec...
Steve Naroff
2008-12-10
1
-0
/
+53
*
Fix <rdar://problem/6418623> Bogus block type compatibility warning.
Steve Naroff
2008-12-10
1
-0
/
+22
*
Prevent bogus warning on unimplemented setter/getter when user
Fariborz Jahanian
2008-12-09
1
-0
/
+18
*
Add testcase for commit r60781.
Steve Naroff
2008-12-09
1
-0
/
+95
*
ObjCInterfaceDecl::lookupInstanceMethod() needs to look through a categories ...
Steve Naroff
2008-12-08
1
-0
/
+48
*
Changed 'readonly' 'retain/copy' diagnostics into
Fariborz Jahanian
2008-12-08
1
-3
/
+3
*
Since we do not allow a readonly property to be 'copy'retain', we
Fariborz Jahanian
2008-12-08
1
-1
/
+1
*
Use of properties declared in protocols in the category
Fariborz Jahanian
2008-12-06
1
-0
/
+21
*
Improve error reporting of property and setter/getter
Fariborz Jahanian
2008-12-06
1
-1
/
+1
[next]