index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaObjC
Age
Commit message (
Expand
)
Author
2009-04-15
Fix decl type merges when they have
Fariborz Jahanian
2009-04-15
Patch to remove a bogus warning which pointed to underlying AST
Fariborz Jahanian
2009-04-15
Fixup http://llvm.org/viewvc/llvm-project?rev=69165&view=rev (based on feedba...
Steve Naroff
2009-04-15
Revert previous patch (will commit a fix soon).
Steve Naroff
2009-04-15
Fix <rdar://problem/6791490> [clang10 regression] [sema] invalid illegal jump...
Steve Naroff
2009-04-14
Diagnose properties which have no implementations;
Fariborz Jahanian
2009-04-14
Fix <rdar://problem/6252084> [sema] jumps into Obj-C exception blocks should ...
Steve Naroff
2009-04-14
ASTContext::mergeTypes(): Loosen up the type checking for 'Class' (treating i...
Steve Naroff
2009-04-13
In objc2's None-Fragile ABI, one cannot use the super class ivar for
Fariborz Jahanian
2009-04-13
Change diagnostic as a result of researching <rdar://problem/6779809> missing...
Steve Naroff
2009-04-12
fix PR3932: [ObjC]Type defined as 'id' is not recognized as a valid object type.
Chris Lattner
2009-04-12
rename test
Chris Lattner
2009-04-12
add some more coverage.
Chris Lattner
2009-04-12
clean up test.
Chris Lattner
2009-04-12
rename test
Chris Lattner
2009-04-12
if we already know that a decl is invalid in an @catch, don't verify its type.
Chris Lattner
2009-04-12
Implement the first set of changes for PR3963 and rdar://6759604,
Chris Lattner
2009-04-12
rename test
Chris Lattner
2009-04-12
Fix rdar://6770142 - Class and qualified id's are compatible, just like
Chris Lattner
2009-04-12
rename test
Chris Lattner
2009-04-12
merge protocol-test-1.m -> protocol-test-2.m
Chris Lattner
2009-04-12
Merge forward-circular into protocol-test-2
Chris Lattner
2009-04-12
this test is subsumed by protocol-test-2.m
Chris Lattner
2009-04-12
Fix rdar://6771034: don't warn on use of forward declared protocol in protocol
Chris Lattner
2009-04-12
fix typo in test name.
Chris Lattner
2009-04-12
call objc interfaces just "interfaces" in diagnostics, not "Objective-C types"
Chris Lattner
2009-04-12
implement rdar://6780761, making sema reject some code that otherwise
Chris Lattner
2009-04-11
improve the 'conflicting types' diagnostics to include correct location info,...
Chris Lattner
2009-04-11
fix blocks to reject objc interfaces returned by value. Also,
Chris Lattner
2009-04-11
fix test
Chris Lattner
2009-04-11
diagnose attempts to return objc interfaces by-value from C functions.
Chris Lattner
2009-04-11
Improve the 'cannot pass objc interface by value' diagnostic:
Chris Lattner
2009-04-10
Fix another fallout from defining __weak unconditionally.
Fariborz Jahanian
2009-04-10
Force triple for a number of tests that rely on __weak.
Daniel Dunbar
2009-04-08
Fix <rdar://problem/6770998> make cast of super illegal (again:-)
Steve Naroff
2009-04-08
Fixed a problem using property syntax on a 'super'
Fariborz Jahanian
2009-04-07
Fix <rdar://problem/6764172> [sema] crash on invalid.
Steve Naroff
2009-04-07
Now that we have __weak defined as attribute in all modes,
Fariborz Jahanian
2009-04-07
Fixes method name lookup when method appears in
Fariborz Jahanian
2009-04-07
Tweak Sema::ActOnInstanceMessage() to look for a class method when dealing wi...
Steve Naroff
2009-04-07
Fix typo in newly added test case.
Steve Naroff
2009-04-07
Change the type of ObjC @ string constants (from NSConstantString->NSString).
Steve Naroff
2009-04-06
Warn instead of error on duplicate protocol definitions.
Fariborz Jahanian
2009-04-06
Make casting 'super' a deprecated warning (instead of a hard error).
Steve Naroff
2009-04-06
writable property in a category of class's superclass
Fariborz Jahanian
2009-04-03
Real corener case of a method declared in a protocol
Fariborz Jahanian
2009-04-03
improve the string literal comparison warning to not call @encode's "string l...
Chris Lattner
2009-04-03
Tweak test (now that http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-M...
Steve Naroff
2009-04-02
Fix up lookup rules for properties declared in
Fariborz Jahanian
2009-04-02
Fix http://llvm.org/bugs/show_bug.cgi?id=3907.
Steve Naroff
[next]