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
*
XFAIL this test for now. David/Steve, please sort out the correct fix.
Daniel Dunbar
2009-08-17
1
-0
/
+3
*
Improve the diagnostic emitted when an unused ObjC property getter
Chris Lattner
2009-08-16
1
-1
/
+1
*
Change handling of attribute 'malloc' to only accept the attribute on function
Ted Kremenek
2009-08-15
1
-4
/
+5
*
Add more attribute 'malloc' test cases involving function pointers.
Ted Kremenek
2009-08-14
1
-0
/
+3
*
objc2's foreach statement's selector type can be
Fariborz Jahanian
2009-08-14
1
-0
/
+11
*
This test case does not need to include 'stdlib.h'.
Ted Kremenek
2009-08-14
1
-2
/
+0
*
Improve Sema's handling of attribute 'malloc' to reject the attribute when
Ted Kremenek
2009-08-14
1
-0
/
+14
*
Fixed a regression in deciding when to issue warning on properties which
Fariborz Jahanian
2009-08-14
1
-0
/
+1
*
error on property of objc interface type instead of crashing
Fariborz Jahanian
2009-08-12
1
-0
/
+8
*
Warn on use of property dot syntax when unused.
Fariborz Jahanian
2009-08-12
1
-2
/
+1
*
Patch to warn if a property which is 'assign' by default
Fariborz Jahanian
2009-08-11
1
-0
/
+14
*
merge two tests.
Chris Lattner
2009-08-11
2
-16
/
+16
*
Fix rdar://7126285: don't warn on unused ObjC property access
Chris Lattner
2009-08-11
1
-1
/
+16
*
Update test case; I don't really understand why packed enums changed this, but
Daniel Dunbar
2009-08-08
1
-2
/
+1
*
Some code refactoring. Be more generous in issuance of warning
Fariborz Jahanian
2009-08-04
1
-0
/
+4
*
Compare matching selectors in current and
Fariborz Jahanian
2009-08-04
1
-0
/
+46
*
Remove an ObjC-specific XFAIL (and tweak test).
Steve Naroff
2009-07-29
1
-2
/
+1
*
Fix <rdar://problem/7100524> regression: "error: incompatible operand types (...
Steve Naroff
2009-07-29
1
-9
/
+11
*
Semantic checking for main().
John McCall
2009-07-25
1
-1
/
+1
*
Allow front-end 'isa' access on object's of type 'id'.
Steve Naroff
2009-07-24
1
-3
/
+20
*
Remove a bunch of FIXME's related to ObjC type checking.
Steve Naroff
2009-07-23
3
-10
/
+6
*
Add warning for falling off the end of a function that should return a
Mike Stump
2009-07-22
1
-0
/
+6
*
Fix <rdar://problem/6770276> Support Class<Proto> syntax.
Steve Naroff
2009-07-22
4
-7
/
+6
*
Prep for new warning.
Mike Stump
2009-07-22
21
-21
/
+36
*
Remove Sema::LookupObjCImplementation and replace it with just calling ObjCIn...
Argyrios Kyrtzidis
2009-07-21
1
-1
/
+1
*
- Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplem...
Argyrios Kyrtzidis
2009-07-21
1
-0
/
+4
*
Some more ?: for Obj-C tests.
Daniel Dunbar
2009-07-16
1
-0
/
+27
*
Add more testing of ?: for Obj-C object types.
Daniel Dunbar
2009-07-16
1
-0
/
+50
*
Diagnose ++/-- op on objc pointers in
Fariborz Jahanian
2009-07-16
1
-0
/
+11
*
Avoid crashing for the enclosed test case.
Steve Naroff
2009-07-16
1
-0
/
+17
*
Handle some more fallout with the conversion of using PointerType for
Ted Kremenek
2009-07-15
1
-0
/
+42
*
Remove cast from test case (cast was incorrectly added as part of http://llvm...
Steve Naroff
2009-07-15
1
-1
/
+1
*
Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu...
Steve Naroff
2009-07-15
2
-9
/
+9
*
Remove excessive use of Carbon.h / Cocoa.h in clang tests.
Daniel Dunbar
2009-07-11
1
-7
/
+0
*
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-07-10
6
-9
/
+8
*
don't crash if class is using itself as its super class.
Fariborz Jahanian
2009-07-09
1
-0
/
+7
*
Diagnose, and not crash, when taking address of property expression.
Fariborz Jahanian
2009-07-07
1
-0
/
+18
*
Keep track of when declarations are "used" according to C and
Douglas Gregor
2009-06-19
1
-0
/
+11
*
Test case was left behind from my last patch.
Fariborz Jahanian
2009-06-16
1
-0
/
+45
*
Don't allow defining a block with a non-prototype type. Remove a
Eli Friedman
2009-06-08
1
-1
/
+1
*
Diagnose misuse of __strong attribute in a redeclaration.
Fariborz Jahanian
2009-06-02
1
-0
/
+12
*
Issue diagnostics on __weak attribute mismatch.
Fariborz Jahanian
2009-06-02
1
-0
/
+6
*
Remove test which doesn't pass with gcc.
Eli Friedman
2009-06-02
1
-3
/
+0
*
This patch attempts to fix the merging of __strong/__weak attributes
Fariborz Jahanian
2009-06-02
1
-3
/
+0
*
Update test case.
Daniel Dunbar
2009-06-01
1
-1
/
+1
*
Disable type merging with gc attributes. This has a number of nasty
Eli Friedman
2009-06-01
1
-1
/
+3
*
Cannot type cast @selector expressions.
Fariborz Jahanian
2009-05-22
1
-0
/
+20
*
Added -fblocks to the test's options.
Fariborz Jahanian
2009-05-22
1
-1
/
+1
*
(Next runtime only) check to see if class implements forwardInvocation method
Fariborz Jahanian
2009-05-22
1
-0
/
+42
*
Fixed a warning bug when receiver is an object via
Fariborz Jahanian
2009-05-21
1
-0
/
+48
[next]